调整目录中的序号宽度
#258
Replies: 1 comment
-
|
可以在导言区打个补丁。标准文档类给这个序号盒子的默认宽度是 \makeatletter
\renewcommand*\l@subsection{\@dottedtocline{2}{3.8em}{3.2em}}
\makeatother |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
请问我使用

\ctexset{
subsection/name = {,.},
subsection/number = \arabic{subsection}
}
修改目录后,三级标题在目录里后面会多出空格怎么办
Beta Was this translation helpful? Give feedback.
All reactions