原文鏈接:https://blog.csdn.net/Sunrepe/article/details/104686896/
根據網上的教程,完成了Texlive+sublime+SumatraPDF的相關配置。
其中我已經完成了相關環境的修改,但仍然出現以下錯誤:
[Compiling C:\Users\wilso\OneDrive\first.tex]
TraditionalBuilder: Engine: xelatex. Invoking texify...
COULD NOT COMPILE!
Attempted command:texify -b -p --engine=xelatex --tex-option="--synctex=1" first.tex
Build engine: Traditional Builder
同時直接使用命令行:xelatex test.tex 又能成功。
定位到錯誤出現在sublime中,
最終發現錯誤如下:
In sublime: (Preferences | Package Settings | LaTeXTools | Settings (User)).
需要把LateXTools的設置導入 該處才能使用。