latex 章节序号改为中文

查了很久,需要用到 zhnum 这个包,发现将下面几句代码插入前面,就能实现章节序号为中文:

\usepackage{zhnumber} % change section number to chinese
\renewcommand\thesection{\zhnum{section}}
\renewcommand \thesubsection {\arabic{section}}

实现的效果:

在这里插入图片描述

发布了280 篇原创文章 · 获赞 496 · 访问量 146万+

猜你喜欢

转载自blog.csdn.net/robert_chen1988/article/details/103847004
今日推荐