-
而当前模板中的章节标题字号较小,请问可以通过什么方法调整一下吗? |
Beta Was this translation helpful? Give feedback.
Answered by
atxy-blip
Mar 23, 2022
Replies: 1 comment 1 reply
-
这个是 可以在导言区(或者任何你喜欢的位置)仿照下面的命令进行调整。 \ctexset{
chapter/format = \bfseries\rmfamily\zihao{3},
section/format = \bfseries\rmfamily\zihao{4}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
urnotLeo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个是
ctex
宏集提供的基础设置,手册见 ctex.pdf。可以在导言区(或者任何你喜欢的位置)仿照下面的命令进行调整。