【发布时间】:2019-05-13 09:11:01
【问题描述】:
我有一个模板,它定义了论文的所有排版建议,但它使用 xelatex 进行编译。我想继续在 Latex Workshops 中使用 VS Code,问题是如何将编译器从 pdflatex 更改为 xelatex。最后一个导致下一个错误日志:
C:\Users\User\AppData\Local\Programs\MiKTeX 2.9\tex/latex/fontspec\fontspec.sty:45: Fatal Package fontspec Error: The
fontspec package requires either XeTeX or
(fontspec) LuaTeX.
(fontspec)
(fontspec) You must change your typesetting engine to,
(fontspec) e.g., "xelatex" or "lualatex"instead of
(fontspec) "latex" or "pdflatex".
【问题讨论】:
标签: visual-studio-code latex tex xelatex