-
Notifications
You must be signed in to change notification settings - Fork 944
Open
Description
检查 / Check
- 已阅读 提问流程
- 确认问题为关于 ucasthesis 编译和设计的问题,而非 LaTeX 的一般知识性问题
- 已仔细阅读 LaTeX 知识小站
- 已查阅搜索 issues 的 已关闭问题
closed issues
编译环境 / Compilation Environment
-
操作系统 / Operating System- Windows 7/8/10
- macOS
- Linux
-
TeX 发行版 / Tex Distribution- TeX Live 2021
- MiKTeX
- CTeX
描述问题 / Problem Description
问题描述:
附录标题字体不一致的问题
”附录“二字和章节名称为黑体,但是对应的中文数字却是宋体,且在目录中也存在此问题。
同时,如果附录只有一个章节时,仍会显示 附录一 <章节标题>,而不是 附录 <章节标题>。
问题截图 / Screenshots
最小工作示例(MWE) / Minimal Working Example
\thispagestyle{appendixheader}
\stepcounter{app}
\setcounter{app_fig}{1}
\setcounter{app_tab}{1}
\setcounter{equation}{0}
\renewcommand\theequation{附\arabic{app}-\arabic{equation}}
% \renewcommand\theequation{\Alph{app}.\arabic{equation}}
\renewcommand\chaptername{附录}
\renewcommand\chaptername{Appendix}
\renewcommand\thechapter{附录\zhnum{app}}
\setcounter{chapter}{0}
\setcounter{section}{0}
\chapter{附录中的公式}\label{chap:app1}{}
Metadata
Metadata
Assignees
Labels
No labels


