章节标题中间的空格有办法消去吗?
#190
-
Beta Was this translation helpful? Give feedback.
Answered by
note286
Mar 26, 2023
Replies: 2 comments 2 replies
-
文档要看全。 \documentclass{njuthesis}
\ctexset{subsection/name={,、},subsection/number=\chinese{subsection},subsection/aftername={}}
\begin{document}
\chapter{测试}
\section{测试}
\subsection{测试}
\end{document} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sastars9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
文档要看全。