Atualmente estou usando estas linhas de código para exibir minhas informações pessoais usando moderncv:
\firstname{x}
\familyname{xx}
\title{xxx}
\address{xxx}{xxx}
\email{xxx}
\mobile{+xxx}
\extrainfo{xxx}
\photo[64pt][0.4pt]{xx.jpg}
\makeatletter
\newcommand\personaltitle{%
\def\phonesdetails{}%
\collectionloop{phones}{% the key holds the phone type (=symbol command prefix), the item holds the number
\protected@edef\phonesdetails{\phonesdetails\protect\makenewline\csname\collectionloopkey phonesymbol\endcsname\collectionloopitem}}%
\par\noindent\begin{tabular}{@{}l@{}}
{\LARGE\textbf{\@firstname\ \@lastname}} \\
\@addressstreet \\
\@addresscity \\
\@extrainfo \\
\mobilephonesymbol:\ \collection@phones@item \\
\emailsymbol:\ \emaillink{\@email} \\
\end{tabular}\par%\noindent\rule{\linewidth}{1pt}\par%
}
Mas adicionar a \photo...
linha não exibe a foto no canto superior direito. Como posso consertar isso?