使用 fontawesome 包进行编译时出错

使用 fontawesome 包进行编译时出错

我正在尝试撰写一封动机信,为此我使用了很棒的 LaTex 模板我刚刚打开了 .tex 文件并对其进行了编译:没办法,它无法编译,我收到以下错误:

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
./fontawesome.sty:12: fontspec error: "font-not-found"
! 
! The font "FontAwesome" cannot be found.
! 
! See the fontspec documentation for further information.
! 
! For immediate help type H <return>.
!...............................................  
                                                  
l.12 \newfontfamily{\FA}{FontAwesome}

好吧,如果你下载了模板,你会看到它充满了文件等等,所以我试着简化:我知道问题出在这些图标上,所以我去了这个基本页面讨论了这个问题,我复制粘贴了以下代码:

\documentclass[border=0.1cm]{standalone}
 
\usepackage{fontawesome5}
 
\begin{document}
    This is an example of an open folder 
    with a \verb|regular| style: \faIcon[regular]{folder-open} 
\end{document}

并且(一直使用 XeLaTex)我遇到了同样的错误。我使用的是 2021 Mac,装有最新版本的 TexShop 和 2021 Tex Live。

相关内容