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
\begin{proof}\end{proof}-->证明: 冒号为英文符号 如果cls文件改为宋体中文冒号,看起来很奇怪,冒号所占空间比一个字符大 请问应如何修改
The text was updated successfully, but these errors were encountered:
模板用了 amsthm 作为定理类环境的宏包。你的需求需要修改“Space after theorem head”。
模板重定义了 proof 环境 https://github.com/x-magus/ThesisUESTC/blob/a6c3d97755485a213059d8e6f3a0524991883b85/thesis-uestc.cls#L1143-L1153 所以需要注释这部分内容,然后根据 texdoc amsthm, sec 4.3 New theorem styles 去定制环境。
proof
texdoc amsthm
Sorry, something went wrong.
No branches or pull requests
\begin{proof}\end{proof}-->证明:
冒号为英文符号
如果cls文件改为宋体中文冒号,看起来很奇怪,冒号所占空间比一个字符大
请问应如何修改
The text was updated successfully, but these errors were encountered: