关于latex中显示定理标号的问题

2024年11月19日 13:41
有1个网友回答
网友(1):

这就是你的代码问题,
\newtheorem{lemma}{\hskip\parindent\bf{Lemma}}[section]
这样每次遇到新的 section 时 theorem的编号会自动置零。
这样就可以了。
把\renewcommand{\theequation}{\thesection.\arabic{equation}}去掉