禁止使用 LaTeX 列表包创建的列表标题

发布于 2024-09-03 19:13:29 字数 256 浏览 5 评论 0原文

我将 LaTeX 与列表包结合使用,并且试图隐藏列表的标题,这样它既不会在实际列表下方也不会在列表列表中查看。

将选项 title 设置为 title=""title= 不起作用。它只会导致列表中的列表被抑制。但是,在第一种情况下,"" 显示在列表下方,而在后一种情况中,Listing: 显示在列表下方。

有办法解决这个问题吗?

I'm using LaTeX in conjunction with the listings package and I'm trying to suppress the title of a listing such that it is neither viewed below the actual listing nor in the list of listings.

Setting the option title to title="" or title= does not work. It only leads to the suppression of the listing in the list of listings. However, in the first case "" is displayed below the listing and in the latter one Listing: is displayed below the listing.

Is there a way to fix this?

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

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

发布评论

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

评论(1

心房敞 2024-09-10 19:13:29

这个答案是假设您确实希望显示标题。否则,从 lstlisting 环境的可选参数中删除 captiontitle 时,我看不到任何问题。

使用 caption 包,可以控制与标题一起出现的文本。例如,将其设置为

\captionsetup{labelformat=empty,labelsep=none}

将在使用标题时删除“列表 1:”。

另一方面,如果您不希望列表显示在列表中,则可以将 nolol=true 添加到参数中。

希望这些建议能够帮助到您,如果没有帮助,请详细说明您的具体问题。

This answer is under the assumption that you do want a caption to be displayed. Otherwise I can't see any problem in removing both the caption and the title from the optional parameters of your lstlisting environment.

Using the caption package, it is possible to control the text that comes together with your caption. For instance setting it to

\captionsetup{labelformat=empty,labelsep=none}

will remove the "Listing 1:" when using a caption.

If on the other hand you don't want a listing to show in your List of listings, you can add nolol=true to your parameters.

I hope these suggestions can help you, please elaborate on your exact problem if they don't.

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