如何让 subsubsection 显示在书签和目录中?(群里消息汇编) #581
Closed
YDX-2147483647
started this conversation in
Show and tell
Replies: 1 comment
-
|
为方便大家查看,这个问题归档到了 🥑 疑难杂症 (bithesis.bitnp.net/faq),后续将在那边更新。如果遇到新问题,欢迎继续在 GitHub Discussions 讨论。 https://bithesis.bitnp.net/faq/subsubsection.html |
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.
-
\subsubsection{…}是第四级标题,编号形如 0.0.0.0。正文之前的目录和 PDF 的/Outline默认只收录到第三级,不包含它。如需包含,请编辑
main.tex,在\documentclass[…]{bithesis}与\MakeTOC之间的任意地方,加上下面这行。\ctexset{tocdepth = subsubsection}更多用法请参考
texdoc ctex。Beta Was this translation helpful? Give feedback.
All reactions