We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
input
\chapter
d453e15 中
\documentclass[type = bachelor]{CCNUthesis} \begin{document} \input{./body/chapter1.tex} % \input{./body/chapter3.tex} % \input{./body/chapter4.tex} \chapter{test} \end{document}
除了 \input{./body/chapter2.tex} 其他均会报错
\input{./body/chapter2.tex}
Something's wrong--perhaps a missing \item.
The text was updated successfully, but these errors were encountered:
很奇怪,把离 \chapter 最近的 \input 改成 \include 就不会报错
\input
\include
\documentclass[type = bachelor]{CCNUthesis} \usepackage{mathtools} \begin{document} \input{./body/chapter1.tex} \input{./body/chapter3.tex} \include{./body/chapter4.tex} \chapter{test} \end{document}
Sorry, something went wrong.
No branches or pull requests
d453e15 中
除了
\input{./body/chapter2.tex}
其他均会报错Something's wrong--perhaps a missing \item.
The text was updated successfully, but these errors were encountered: