Como aumentar e diminuir o tamanho da fonte de um currículo incrível por posqiut0?

Como aumentar e diminuir o tamanho da fonte de um currículo incrível por posqiut0?

Como posso aumentar o tamanho da fonte dos marcadores noCurrículo incrível?

insira a descrição da imagem aqui

Responder1

Redefinir o ambiente para cvitems. acrescentar antes\begin{document}

% Redefine the environment for cvitems
\renewenvironment{cvitems}{%
    \vspace{-4.0mm}
    \begin{justify}
        \begin{itemize}[leftmargin=2ex, nosep, noitemsep]
            \normalsize % added <<<<<<<<<<<<<
            \setlength{\parskip}{0pt}
            \renewcommand{\labelitemi}{\bullet}
        }{%
        \end{itemize}
    \end{justify}
    \vspace{-4.0mm}
}

Você pode tentar mudar \normalisizepara \large.

b

informação relacionada