简历上没有出现照片,类别为 moderncv

简历上没有出现照片,类别为 moderncv

我正在使用类制作我的简历moderncv。但每次我尝试编译时,只有一个小的黑色方块(大小取决于照片边框的粗细)而不是我的照片。

显示内容如下

照片已放入正确的文件中,我尝试过使用和不使用扩展程序。但仍然不起作用。我还注意到电话和地址徽标没有出现。

我认为这是由于我的编译方式造成的:我正在使用 TeXnicCenter 并始终选择编译LateX>PS>PDF,但是当我尝试Latex>PDFLateX>DVI>PDF编译时,PDF 根本没有出现。

我也尝试过用 TeXmaker 进行编译,但是遇到了同样的问题。

这是我的代码。其他一切都正常,只是照片和地址及电话的符号有问题:

 \documentclass[10pt,a4paper,sans]{moderncv} 

 \moderncvtheme[black]{classic}

 \setlength{\hintscolumnwidth}{3cm} 

 \usepackage[latin1]{inputenc}    
 \usepackage[french]{babel}  
 \usepackage[top=1.1cm, bottom=1.1cm, left=2cm, right=2cm]{geometry}

 \renewcommand*{\namefont}{\fontsize{28}{20}\mdseries\upshape}
 \firstname{\huge Me} 
 \familyname{\huge Nom} 
 \social[linkedin][lala]{/lala}
 \title{Student} 
 \address{rue XX,  XX}{XX} 
 \mobile{+33~XX}
 \phone{+33~XX} 

 \email{[email protected]} 
 \extrainfo{Femme, 23 ans} 
 \photo[70pt][0.5pt]{lala}  
 \quote{Canditure}{}
 \begin{document}
 \maketitle
 \section{Formation}
 \cventry{Août à Juillet}{DD}{Ecole}{}{}{Mécanique}
 \cventry{Septembre à Juillet}{Cycle}{Université }{}{}{Matériaux}
 \cventry{Septembre à Juin}{Tronc}{Université}{}{}{Cycle}
 \cventry{Juin}{Bac S}{Lycée}{}{}{Mention}
 \section{Expérience Professionnelle}
 \cventry{Février à Décembre}{Projet de Fin d'Etudes}{Ecole}{SP}{Fr}{lalala}
 \cventry{Septembre à Février}{Stage}{Entreprise}{Clermont-Ferrand}{France}{loulou}
 \cventry{Février 2010}{Stage Ouvrier}{Entreprise}{Paris}{France}{Découverte}

 \section{Compétences}

 \subsection{Langues}
 \cvlanguage{Anglais}{lu, parlé, écrit}{niveau}
 \cvlanguage{Portugais}{lu, écrit, parlé}{niveau}
 \cvlanguage{Espagnol}{lu, parlé, écrit}{niveau}
 \cvlanguage{Allemand}{notions}{niveau}
 \subsection{Informatique}
 \cvcomputer{Simulation numérique}{lala} {Conception}{lala}
 \cvcomputer{Web}{lala}{Langage}{lala}
 \cvcomputer{Autre}{lala}{}{}
 \section{Divers}
 \cvline{Associatif}{lala}
 \cvline{Loisirs}{lala}

 \end{document}

答案1

正如我所说,它对我来说效果很好:

\photo[70pt][0.5pt]{images/rabbit.jpg}  

照片测试

相关内容