LaTeX - 如何将部分保留在目录中

发布于 2024-08-25 14:10:52 字数 117 浏览 5 评论 0原文

我想使用命令 \section*{Section Name} 创建没有数字的部分,但这样做会从目录中忽略它们。使用 \part*{Part Name} 也会发生同样的事情。有没有办法省略章节编号并将章节标题保留在目录中?

I want to create section without numbers using the command \section*{Section Name}, but doing this omits them from the table of contents. The same thing happens using \part*{Part Name}. Is there a way to omit the section number and keep the section title in the table of contents?

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

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

发布评论

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

评论(1

青春如此纠结 2024-09-01 14:10:52

您可以使用以下命令向目录添加一行:

\addcontentsline{toc}{chapter}{Your Title}

You can add a line to the toc with this command:

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