我如何更改 moderncv 包以提供命令图标\phone \mobile \email
?目前,它打印 H 表示移动设备、T 表示电话、B 表示电子邮件,这没有任何意义。我见过一些示例,它们使用小图片代替,但我无法分辨这些文件的源代码与我的源代码之间的区别。
我拥有的:https://dl.dropbox.com/u/287148/template.pdf
我想要的是:http://ctan.mirrorcatalogs.com/macros/latex/contrib/moderncv/examples/template.pdf
我的代码:
\documentclass[11pt,a4paper]{moderncv}
\moderncvtheme[red]{classic}
\title{your Curriculum Vitae title}
\firstname{Name}
\familyname{Lastname}
\mobile{Mobile}
\phone{Phone}
\email{Email}
\homepage{Homepage}
\extrainfo{Extra Info}
\photo[64pt]{picture}
\quote{Subtitle}
\address{Address}{City, Country}
\begin{document}
\maketitle
\section{Section Name}
\cvline{Subject}{Description.}
\cventry{Time}{Position}{Company Name}{City}{Country}{Description}
\cvcomputer{Skill}{Description}{Skill}{Description}
\cvlanguage{Language}{Proficiency}{Description}
\end{document}
答案1
您发布的代码产生了这样的结果:
检查您的日志文件,似乎您没有安装 marvosym 字体。