我下面的例子可以用pdflatex编译,但是xelatex会报错!
\documentclass{standalone}
\usepackage{tikz}
\usepackage{fontawesome}
\begin{document}
\begin{tikzpicture}
\node {\faCamera};
\end{tikzpicture}
\end{document}
错误信息如下:
! Package fontspec Error: The font "FontAwesome" cannot be found.
为什么 xelatex 不能与这个特定的包一起使用?