Re: Curriculum Latex-moderncv

#19890
DMW
    Up
    0
    Down
    ::


    Per modificare i nomi Inserisci, dopo \moderncvtheme[blue]{casual}, questo codice
    `
    \makeatletter
    \AtBeginDocument{\renewcommand*{\maketitle}{%
    {%
    \ifthenelse{\isundefined{\@photo}}%
    {}%
    {{\color{firstnamecolor}\framebox{\includegraphics[height=\@photoheight]{\@photo}}}}%
    \hfill%
    \raggedleft{\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`

    Per inserire il codice fiscale basta usare il comando \extrainfo
    `
    \extrainfo{Codice Fiscale PLLJKP98O89F434J}`

    Ciao

    Andrea

    Go to top