Closed TronYY closed 3 years ago
ustcthesis.pdf
在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}
用 https://www.overleaf.com/latex/templates/latex-template-for-ustc-thesis/jvtdfkqsrycm 这里的呢? 我测试没有问题,Overleaf 上的模板过时了还是怎么,为什么不直接用配置好的?
"ustcthesis.cls" not found. 需要把 .cls 文件传上去。
.cls
检查
ustcthesis.pdf
编译环境
描述问题
在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
截图:
复现上述问题的代码: