• arabic 阿拉伯数字

  • roman 小写的罗马数字

  • Roman 大写的罗马数字

  • alph 小写字母

  • Alph 大写字母

演示示例:

\documentclass{article}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{207.0pt}
\renewcommand\thesection{\Alph{section}}

\begin{document}
\section{Different-looking section}
\subsection{Different-looking subsection}
Due to the default definitions not only the
numbers on sections change, but lower-level
sectioning commands also show this
representation of the section number.
\end{document}

效果图:

点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部