-
请问章节标题的字体如何设置为宋体 |
Beta Was this translation helpful? Give feedback.
Answered by
sikouhjw
Jan 15, 2022
Replies: 1 comment 1 reply
-
加到导言区 \ExplSyntaxOn
\keys_set:nn { ctex }
{
chapter =
{
format += \rmfamily,
},
section =
{
format += \rmfamily,
},
subsection =
{
format += \rmfamily,
}
}
\ExplSyntaxOff |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
stone-zeng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
加到导言区