检查
编译环境
- 编译的系统:Ubuntu 18.04/Firefox/overleaf
- TeX 发行版:XeLatex
- 模板类型: master
描述问题
在macos莫哈维可以正常产生pdf,但是各平台overleaf上均不行
Type X to quit or to proceed,
or enter new name. (Default extension: cls)
Enter file name:
! Emergency stop.
<read *>
l.5 ...tclass[degree=master]{ustcthesis}[2020/01/01]
*** (cannot \read from terminal in nonstop modes)
The compiler cannot find the file you want to include. Make sure that you have uploaded the file and specified the file location correctly.
Learn more
截图:




复现上述问题的代码:
% !TeX encoding = UTF-8
% !TeX program = xelatex
% !TeX spellcheck = en_US
\documentclass[degree=master]{ustcthesis}[2020/01/01]
% degree = doctor|master|bachelor
% language = chinese|english
% 加载宏包、全部的配置
\input{ustcsetup.tex}
\begin{document}