We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
closed issues
操作系统 / Operating System
TeX 发行版 / Tex Distribution
问题描述: 附录标题字体不一致的问题
”附录“二字和章节名称为黑体,但是对应的中文数字却是宋体,且在目录中也存在此问题。
同时,如果附录只有一个章节时,仍会显示 附录一 <章节标题>,而不是 附录 <章节标题>。
这是目前的格式要求
\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}{}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
检查 / Check
closed issues
编译环境 / Compilation Environment
操作系统 / Operating System
TeX 发行版 / Tex Distribution
描述问题 / 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}{}
The text was updated successfully, but these errors were encountered: