目录摘要页眉显示以及章节中文序号问题 #325
Unanswered
slzhoufdu2024
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
问题如下:
页眉部分代码为:
![Uploading image.png…]()
\makeatletter
\let\ps@plain\ps@fancy
\makeatother
\fancyhf{}
\fancyhead[C]{\small\nouppercase{\leftmark}}
\fancyfoot[C]{\small\thepage}
\pagestyle{fancy}
但是目录和摘要部分不显示页眉,不知哪里出现了问题
请问如何将章节标题中的阿拉伯数字序号改为中文序号呢?(如:第1章->第一章)
Beta Was this translation helpful? Give feedback.
All reactions