如何删除 LaTeX 中某些标题的编号?

发布于 2024-09-03 12:37:22 字数 483 浏览 1 评论 0原文

我正在使用文章类编写学位项目报告,我想要这样的结构:

摘要 介绍 1. 什么 2. 地点 3.等等

我正在搜索,发现使用 \setcounter{secnumdepth}{-1} 完整的计数被消除。如果我使用 * 这些部分不会出现在目录中。那我能做什么呢?可以在不安装软件包(如回忆录)的情况下完成此操作吗?

注意:

有人询问以前,但是我搜索的时候没有找到。对不起 :(

I'm writing my degree project report using the article class and I want a structure like this:

Abstract
Introduction
1. What
2. Where
3. Etc.

I was searching and I found that using \setcounter{secnumdepth}{-1} the complete numeration is eliminated. And if I use * these sections don't appear in the table of content. So what can I do? Can this be done without installing packages (like memoir)?

Note:

It was asked before, but I did not find it when I searched. Sorry :(

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

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

发布评论

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

评论(2

怂人 2024-09-10 12:37:22

使用:

\section*{Foo and Bar}
\addcontentsline{toc}{section}{Foo and Bar}

use:

\section*{Foo and Bar}
\addcontentsline{toc}{section}{Foo and Bar}
童话 2024-09-10 12:37:22

使用 * 版本的节命令可能会有所帮助。尝试 \section*{Abstract} 并查看它是否足够接近。

Using the * version of the section commands might help. Try \section*{Abstract} and see if it is close enough.

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