mengchaoheng / SCUT_thesis

华南理工大学硕博士学位论文模板(LaTeX)。Latex templates for the thesis of South China University of Technology
GNU General Public License v3.0
306 stars 59 forks source link

更新编译方式为latexmk #17

Closed zhuohoudeputao closed 2 years ago

zhuohoudeputao commented 2 years ago

发现latexmk可以使配置更加简单,目前latexmk除了需要指定用xelatex编译外(默认用pdflatex),会自动找到合适的编译过程,这对于使用者来讲更方便。

mengchaoheng commented 2 years ago

nice,请问这个在textudio 上能设置吗?还是只能vscode? 感谢您的贡献,我稍后合并。

mengchaoheng commented 2 years ago

nice,请问这个在textudio 上能设置吗?还是只能vscode? 感谢您的贡献,我稍后合并。

明白了,我马上合并

mengchaoheng commented 2 years ago

image

mengchaoheng commented 2 years ago

有同学反映win下设置新的编译方式出错了,原方式可以。请问有什么建议吗?@zhuohoudeputao

mengchaoheng commented 2 years ago

破案了,中文路径的问题,得在readme提醒不要用中文路径

zhuohoudeputao commented 2 years ago

破案了,中文路径的问题,得在readme提醒不要用中文路径

搜了一下,似乎是把%DOC%改成%DOCFILE%就可以了