W*****k 发帖数: 158 | 1 如果想让 section title为 Appendix 1: xxx
跟着subsection numbering为 A1.1 xxx, A1.2 xxx, A1.3 xxx
然后下一个section title为 Appendix 2: xxx
subsection numbering为 A2.1, A2.2, A2.3...
应该怎么做呢? 谢谢!! | S**I 发帖数: 15689 | 2 \renewcommand\thesection{Appendix \arabic{section}}
\renewcommand\thesubsection{A\arabic{section}.\arabic{subsection}}
\setcounter{section}{0}
【在 W*****k 的大作中提到】 : 如果想让 section title为 Appendix 1: xxx : 跟着subsection numbering为 A1.1 xxx, A1.2 xxx, A1.3 xxx : 然后下一个section title为 Appendix 2: xxx : subsection numbering为 A2.1, A2.2, A2.3... : 应该怎么做呢? 谢谢!!
| W*****k 发帖数: 158 | 3 thanks!
【在 S**I 的大作中提到】 : \renewcommand\thesection{Appendix \arabic{section}} : \renewcommand\thesubsection{A\arabic{section}.\arabic{subsection}} : \setcounter{section}{0}
|
|