CaviarSP opened this issue 7 months ago · 1 comments
比如定义走到3.6,紧跟的定理我希望是3.7。
把 sysuthesis.cls 中的 \newtheorem{definition}{{定义}}[chapter] 改为 \newtheorem{definition}[theorem]{{定义}} 即可。
sysuthesis.cls
\newtheorem{definition}{{定义}}[chapter]
\newtheorem{definition}[theorem]{{定义}}