Replies: 2 comments
Answer selected by
syycode
|
感谢感谢 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
您好,想让公式自动编号由"(1-1)"改为"式(1-1)",
在xduugthesis.cls文件中将\renewcommand { \theequation } { \thechapter - \arabic { equation } }修改为
\renewcommand{\theequation}{\textup{式}(\thechapter - \arabic{equation})}后,变成 (式(1-1)),请问怎么修改?
All reactions