Skip to content

附录标题字体不一致等问题 #440

@lllvcs

Description

@lllvcs

检查 / Check

编译环境 / Compilation Environment

  • 操作系统 / Operating System

    • Windows 7/8/10
    • macOS
    • Linux
  • TeX 发行版 / Tex Distribution

    • TeX Live 2021
    • MiKTeX
    • CTeX

描述问题 / Problem Description

问题描述:
附录标题字体不一致的问题

”附录“二字和章节名称为黑体,但是对应的中文数字却是宋体,且在目录中也存在此问题。

同时,如果附录只有一个章节时,仍会显示 附录一 <章节标题>,而不是 附录 <章节标题>。

这是目前的格式要求
WeChat截图_20240314012422

问题截图 / Screenshots

WeChat截图_20240314001052
WeChat截图_20240314001448

最小工作示例(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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions