没有找到 awesome 字体?

没有找到 awesome 字体?

我刚刚在我的系统上再次安装了 LaTeX,并且我试图编译我的 CV(一个moderncv模板),但是我收到了似乎找不到 FontAwesome 包的错误。

FontAwesome--fontawesometwo当我在系统上定位时,locate -i FontAwesome--fontawesometwo我得到了当前的 tfm 路径, /home/user/texmf/tex/latex/fontawesome/tfm/FontAwesome--fontawesometwo.tfm 这意味着它存在。

我知道有类似的问题,但还没有人能帮我解答。

简化后的代码如下:

\documentclass[9pt,a4paper,sans]{moderncv} 
\moderncvstyle{casual}
\moderncvcolor{green}

\usepackage[utf8]{inputenc}
\usepackage[scale=0.8]{geometry} 
\firstname{myName} 
\familyname{familyName} 

\address{myAdress}{}
\mobile{myMobile}
\email{myEmail}

\begin{document}

\makecvtitle % Print the CV title


\section{Academic Info}
\cvitem{2013-2016}{some academic info}
\cventry{2011--2013}other academic info}{}{}{}{}


\section{working experience}
\cvitem{2016}{some working experience}


\end{document}

答案1

最后,我按照 Linux 的说明安装了 TexLive 2016 版本,解决了这个问题http://tug.org/texlive/quickinstall.html

相关内容