ho scoperto un altro piccolo problema! non mi compila correttamente il campo dei dati personali! non stampa il codice fiscale!
questo è il codice usato:
`
\documentclass[11pt,a4paper]{moderncv}
\usepackage[italian]{babel}
\usepackage{charter}
\usepackage[scaled]{helvet}
% moderncv themes
\moderncvtheme[blue]{casual} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
%\moderncvtheme[green]{classic} % idem
\renewcommand*{\titlefont}{\Large\sffamily\mdseries\slshape}%o \LARGE
\makeatletter
\AtBeginDocument{\renewcommand*{\maketitle}{%
{%
\ifthenelse{\isundefined{\@photo}}%
{}%
{{\color{firstnamecolor}\framebox{\includegraphics[height=\@photoheight]{\@photo}}}}%
\hskip5pt%
\raggedleft{\titlestyle{\@title}\hfill\firstnamestyle{\@firstname~}
\familynamestyle{\@familyname}}\\[-.35em]}%
{\color{firstnamecolor}\rule{\textwidth}{.25ex}\\[2.5em]}%
\ifthenelse{\isundefined{\@quote}}%
{}%
{\centering{\begin{minipage}{\quotewidth}\centering\quotestyle{\@quote}\end{minipage}}\\[2.5em]}%
}%
}
\makeatother
% character encoding
\usepackage[utf8]{inputenc} % replace by the encoding you are using
% adjust the page margins
\usepackage[scale=0.8]{geometry}
\recomputelengths % required when changes are made to page layout lengths
% personal data
\firstname{…}
\familyname{..}
\title{..}
\address{v..}{..e – Milano}
\mobile{..}
\phone{..}
\email{sa..}
\extrainfo{Codice Fiscale crtsv..u}
\extrainfo{Luogo e data di nascita: Cernusco sul Naviglio, Milano il..2}
\photo[64pt]{picture}
`