在 Overleaf 中使用以下 Springer 期刊模板时:关联,如果我立即选择 XeLatex 作为编译器,它会显示 38 个错误,并且参考书目会消失。但是如果我使用 Pdflatex 编译器,则一切正常。如何使用 XeLatex 编译器运行此模板而不会出现任何错误,也不会消失参考书目。谢谢。
答案1
该文件称
%% to compile with pdflatex/xelatex use pdflatex option %%
如果我改变
\documentclass[sn-mathphys,Numbered]{sn-jnl}% Math and Physical Sciences Reference Style
到
\documentclass[sn-mathphys,Numbered,pdflatex]{sn-jnl}% Math and Physical Sciences Reference Style
它运行没有错误