修改小节字体 #262
Unanswered
Sunflower0423
asked this question in
Q&A
修改小节字体
#262
Replies: 2 comments 3 replies
-
通用的 \ctexset{
section/format = \zihao{-4}\normalfont,
subsection/format =\zihao{-4}\normalfont,
subsubsection/format = \zihao{-4}\normalfont
} 或者对本模板特定的设置 \njusetformat{section}{\zihao{-4}\normalfont}
\njusetformat{subsection}{\zihao{-4}\normalfont}
\njusetformat{subsubsection}{\zihao{-4}\normalfont} 二者按你喜好择其一加到导言区。 |
Beta Was this translation helpful? Give feedback.
2 replies
-
请问如果需要设置小节格式 例如(1)(2)序号,怎么修改,\renewcommand{\thesubsubsection}{(\arabic{subsubsection})} 没有反应 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
请问如何将每一章小节的字体修改成与标题和正文相同的字体

Beta Was this translation helpful? Give feedback.
All reactions