thesisuestc icon indicating copy to clipboard operation
thesisuestc copied to clipboard

证明后的冒号

Open jinguestc opened this issue 4 years ago • 1 comments

\begin{proof}\end{proof}-->证明: 冒号为英文符号 如果cls文件改为宋体中文冒号,看起来很奇怪,冒号所占空间比一个字符大 请问应如何修改

jinguestc avatar Apr 03 '22 11:04 jinguestc

模板用了 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 去定制环境。

sikouhjw avatar Apr 03 '22 11:04 sikouhjw