Skip to content

英文模版标题如何更换为“Chapter One” #614

Answered by AlexaraWu
YZ-SJTU asked this question in 提问
Discussion options

You must be logged in to vote

不要直接改 \thechapter,可以用 ctex 提供的接口:

\usepackage{fmtcount}
\ctexset{%
  chapter = {%
    number = \Numberstring{chapter},
  }
}
\pdfstringdefDisableCommands{%
  \let\Numberstring\arabic
}

新版这个修改感觉怪怪的,有机会最好能和教务处的老师讨论一下。

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
3 replies
@YZ-SJTU
Comment options

@skyzh
Comment options

@YZ-SJTU
Comment options

Comment options

You must be logged in to vote
6 replies
@YZ-SJTU
Comment options

@AlexaraWu
Comment options

@YZ-SJTU
Comment options

@YZ-SJTU
Comment options

@AlexaraWu
Comment options

Answer selected by skyzh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
提问
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #613 on May 17, 2021 06:24.