\renewcommand\thesection{\Roman{section}}
\renewcommand\thesubsection{\Roman{section}.\Alph{subsection}}
- \arabic 阿拉伯数字
- \roman 小写的罗马数字
- \Roman 大写的罗马数字
- \alph 小写字母
- \Alph 大写字母
2. depth of the number
\setcounter{secnumdepth}{3}
- book: -2 ~ 5; default: 2; -2 means canceling the number
- article: -1 ~ 5; default: 3
3. counter
- part 部序号
- chapter 章序号
- section 节
- subsection 小节
- subsubsection 小小节
- paragraph 段
- subparagraph 小段
- figure 插图序号
- table 表格序号
- equation 公式序号
- page 页码计数器
- footnote 脚注序号
- mpfootnote 小页环境中脚注计数器
4. Reference