小节标题有问题

发布于 2024-08-23 16:40:47 字数 247 浏览 3 评论 0原文

突然在我的文档中 \subsubsection*{Title Text} 的所有定义都停止正常工作。 子小节编号显示在生成的 PDF 中,子小节的标题为“*”(仅星号)。实际的标题文本显示在第一段的开头。

精确代码: \subsubsection*{Failure Semantics}

我不确定发生了什么。我只记得修复了一些损坏的引用...

清理输出文件夹没有帮助。有什么想法吗?

提前致谢。

巴贾

Suddenly in my document all definitions of \subsubsection*{Title Text} stopped working properly.
The subsubsection number is displayed in the generated PDF and the title of the subsubsection is "*" (only the asterisk). The actual title text is displayed at the beginning of the first paragraph.

Excact code: \subsubsection*{Failure Semantics}

I'm not sure what happened. I only remember fixing some broken references...

Cleaning the output folder didn't help. Any ideas?

Thanks in advance.

bja

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

箹锭⒈辈孓 2024-08-30 16:40:47

在序言中添加

\setcounter{secnumdepth}{3}

以在目录中包含子小节,您还必须添加行

\setcounter{tocdepth}{3}

add in the preamble

\setcounter{secnumdepth}{3}

to include subsubsections in the table of contents you will have to add also the line

\setcounter{tocdepth}{3}

俯瞰星空 2024-08-30 16:40:47

查看
http://latex.silmaril.ie/formattinginformation/chapter3.html#sections

仅在章节开头添加 .tex
\setcounter{secnum深度}{3}

check
http://latex.silmaril.ie/formattinginformation/chapter3.html#sections

only add at the start of your chapter .tex
\setcounter{secnumdepth}{3}

似狗非友 2024-08-30 16:40:47

好吧,解决了 svn diff 的问题。 :)

错误的行是 \usepackage{amsmath}!诡异的。

那么我只需要使用 array 而不是 pmatrix 。 :/

谢谢大家。

Allright, solved thx to svn diff. :)

The bad line was \usepackage{amsmath}! Weird.

I'll just have to use array instead of pmatrix then. :/

Thanks all.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文