SYSU-SCC/sysu-thesis

如何让definition,theorem等共用编号

CaviarSP opened this issue · 1 comments

比如定义走到3.6,紧跟的定理我希望是3.7。

sysuthesis.cls 中的 \newtheorem{definition}{{定义}}[chapter] 改为 \newtheorem{definition}[theorem]{{定义}} 即可。
image