|
小白提问:如何对定理环境之注(remark)自动编号,如同定义(definition)、例子(example)等等那样?谢谢。 |
Answered by
AlexaraWu
May 24, 2021
Replies: 2 comments 7 replies
|
按章节编号: \renewtheorem{remark}{注}[chapter]连续编号: \renewtheorem{remark}{注} |
0 replies
Answer selected by
skyzh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


ntheorem包的话可以使用\renewtheorem重定义定理环境。按章节编号:
\renewtheorem{remark}{注}[chapter]连续编号:
\renewtheorem{remark}{注}