无法将 fontspec 与 pdflatex 一起使用

无法将 fontspec 与 pdflatex 一起使用

我在 manjaro-linux 上使用 tex-maker。编译过程中出现错误:

! Fatal fontspec error: "cannot-use-pdftex"!
! The fontspec package requires either XeTeX or LuaTeX.!
! 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>.
!............................................... \msg_fatal:nn {fontspec} {cannot-use-pdftex}

如何修复它?

答案1

tools菜单中您有XeLaTeX子菜单,但最简单的方法当然是进入Options -> Configure TeXmaker菜单并定义一个快捷方式XeLaTeX(默认情况下没有)或选择xelatex作为编译引擎QuickBuild(快捷方式 F1): 在此处输入图片描述

相关内容