Re: Curriculum Latex-moderncv

#19898
Up
0
Down
::

guarda io ho aggiunto come mi hai suggerito:
`…
\makeatletter
\AtBeginDocument{\renewcommand*{\maketitle}{%
{%
\ifthenelse{\isundefined{\@photo}}%
{}%
{{\color{firstnamecolor}\framebox{\includegraphics[height=\@photoheight]{\@photo}}}}%
\hfil\hskip5pt% \raggedleft{\titlestyle{\@title}\hfill\firstnamestyle{\@firstname~}\familynamestyle{\@familyname}}\\[-.35em]}%
{\color{firstnamecolor}\rule{\textwidth}{.25ex}\\[2.5em]}%
% optional quote
\ifthenelse{\isundefined{\@quote}}%
{}%
{\centering{\begin{minipage}{\quotewidth}\centering\quotestyle{\@quote}\end{minipage}}\\[2.5em]}%
}%
}
\makeatother
…`

Manca una graffa chiusa. Scrivine due di fila sulla riga prima di \makeatother.

Ciao
Enrico

Go to top