在 Latex 中交换奇数/偶数边距

发布于 2024-09-14 03:43:57 字数 182 浏览 4 评论 0原文

我正在写一些我想在 Latex 中打印的内容,并且我正在使用 book 文档类。

标准行为是将奇数页(因此双面纸的背面)视为章节和文档的开头,我想交换它们以便能够拥有正确的边距:在偶数页上,右边距大于左边一个,我需要相反的..

是否存在一个简单的片段来实现这个目标?

提前致谢

I'm writing something that I would like to print in Latex and I'm using the book documentclass.

The standard behaviour is to consider odd pages (so the rear of a double sided paper) as the beginning of chapters and document too, I would like to swap them to be able to have correct margins: on an even page right margin is greater than left one, I need the opposite..

Does a simple snippet exist to achieve this thing?

Thanks in advance

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

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

发布评论

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

评论(1

放肆 2024-09-21 03:43:57

可以使用geometry包修改边距。此包的 innerouter 参数控制您要更改的边距:

\usepackage[a4paper,inner=3.5cm,outer=2.5cm]{geometry} % Or w/e

Margins can be modified using the geometry package. The inner and outer arguments to this package control the margins you want to change:

\usepackage[a4paper,inner=3.5cm,outer=2.5cm]{geometry} % Or w/e
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文