Latex 代码列表中没有行间距

发布于 2024-11-01 09:57:34 字数 161 浏览 0 评论 0原文

我对我的乳胶文档使用“listings”和“setspace”包。我必须对我的文档使用 \doublespacing 。问题是代码列表似乎受到 \doublespacing 命令的影响。我希望所有代码清单都没有行距,而其余代码清单则有双倍行距。

我怎样才能做到这一点?

谢谢,

I use 'listings' and 'setspace' package for my latex document. And I have to use the \doublespacing for my document. The trouble is that the code listings seem to be affected by the \doublespacing command. I want all of my code listings have no line spacing while the rest have double line spacing.

How can I achieve that?

Thanks,

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

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

发布评论

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

评论(1

放低过去 2024-11-08 09:57:34

您可以即时更改文档内的间距。看
http://notfaq.wordpress.com/2006/07/ 26/double-spacing-in-latex/

如果您希望自动执行此操作,您可以创建自己的宏/命令/环境
\singlespacing [... 列表 ...] \doublespacing

You can change the spacing inside the document on the fly. See
http://notfaq.wordpress.com/2006/07/26/double-spacing-in-latex/

If you want this to be automated, you can create your own macro/command/environment that does
\singlespacing [... listing ...] \doublespacing.

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