Replies: 2 comments
-
\documentclass{xduugthesis}
\usepackage{mathtools}
\newtagform{brackets}{式(}{)}
\usetagform{brackets}
\begin{document}
\chapter{title}
\begin{equation}
\label{key}
a+b=c
\end{equation}
\eqref{key}
\ref{key}
\end{document} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
syycode
-
感谢感谢 |
Beta Was this translation helpful? Give feedback.
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)),请问怎么修改?
Beta Was this translation helpful? Give feedback.
All reactions