我有乳胶切片编号的问题.我想从标题和内容中删除部分编号,但我希望数字存在于lemmas,定理等等.我希望它看起来像:
Section Whatever
Some unimportant text.
Section Whatever else
Another unimportant text.
Lemma 2.1
Theorem 2.2
Section Whatever again
Theorem 3.1
Run Code Online (Sandbox Code Playgroud)
我该怎么做?我试过了
\renewcommand\thesection{}
Run Code Online (Sandbox Code Playgroud)
但它甚至从引理和定理中删除了数字.非常感谢你 :)