研究生_学位论文_标题字号修改 #284
Answered
by
note286
SmartRocker
asked this question in
Q&A
研究生_学位论文_标题字号修改
#284
Replies: 1 comment 1 reply
-
\documentclass{xdupgthesis}
\ctexset{subsubsection/format+={\zihao{-4}}}
\begin{document}
\chapter{title}
\section{title}
\subsection{title}
\subsubsection{title}
\end{document} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SmartRocker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
请教!大论文中用到了四级标题,模板中的四级标题字号默认是四号,想改成小四。

通过下面方法进行了修改,但好像不生效(还是14榜对应四号)。
\xdusetup{
style/chap-zihao = 3,
style/sec-zihao = -3,
style/subsec-zihao = 4,
style/subsubsec-zihao = -4,
style/para-zihao = -4,
style/subpara-zihao = -4,
......
}
(非常感谢您为创建和维护模版所作的付出)
Beta Was this translation helpful? Give feedback.
All reactions