Redian新闻
>
怎样把公式编号重新计数?
avatar
怎样把公式编号重新计数?# TeX - TeX电子排版系统
w*j
1
想在文章加一个appendix 的 section, 其中的公司重新计数,并且格式该成 A1, A2,..
.An. 请问应该如何??谢谢
avatar
T*n
2
What document class? If article, try either
\appendix
\renewcommand{\theequation}{\thesection\arabic{equation}}
\section{...} % Appendix A
\setcounter{equation}{0}
...
\section{...} % Appendix B
\setcounter{equation}{0}
...
or
\usepackage{amsmath}
...
\appendix
\numberwithin{equation}{section}
\section{...} % Appendix A
...
\section{...} % Appendix B
...
The first method gives A1, A2, B1, B2, while the second method
gives A.1, A.2, B.1, B.2, etc.

..

【在 w****j 的大作中提到】
: 想在文章加一个appendix 的 section, 其中的公司重新计数,并且格式该成 A1, A2,..
: .An. 请问应该如何??谢谢

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。