当使用 pdflatex 和 fontawesome 包时会出现以下错误。
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! Fatal fontspec error: "cannot-use-pdftex"
!
! The fontspec package requires either XeTeX or LuaTeX to function.
!
! You must change your typesetting engine to, e.g., "xelatex" or "lualatex"
! instead of plain "latex" or "pdflatex".
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
希望继续使用“pdflatex”而不是“xelatex”或“lualatex”。
在 fontawesome 版本 4.4.0 手册中,它说“当使用 (pdf)(LA)TEX 引擎时,fontawesome 包不需要任何外部包”。
针对此问题提出的解决方案已尝试过(Fontawesome 无法扩展) 没有成功。
梅威瑟:
\documentclass{article}
\usepackage{fontawesome}
\begin{document}
{\faAdjust}
\end{document}
答案1
感谢@AkiraKakuto,问题在于,fontawesome
尽管使用包管理器和 MiKTex 中的“更新应用程序”更新了包,但 MikTex 仍在使用 AppData/Roaming 文件夹中包的旧版本。
fontawesome
通过删除AppData/Roaming/MiKTex/'version' 内的文件夹可以解决问题。