ustctug / ustcthesis

LaTeX template for USTC thesis
https://gradschool.ustc.edu.cn/column/65
LaTeX Project Public License v1.3c
1.63k stars 399 forks source link

The compiler cannot find the file you want to include. Make sure that you have uploaded the file and specified the file location correctly. #318

Closed TronYY closed 3 years ago

TronYY commented 3 years ago

检查

编译环境

描述问题

在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}
sikouhjw commented 3 years ago

https://www.overleaf.com/latex/templates/latex-template-for-ustc-thesis/jvtdfkqsrycm 这里的呢? 我测试没有问题,Overleaf 上的模板过时了还是怎么,为什么不直接用配置好的?

zepinglee commented 3 years ago

"ustcthesis.cls" not found. 需要把 .cls 文件传上去。