在一个 Latex 文件中混合 a4 和 a3

发布于 2024-09-04 22:08:57 字数 504 浏览 1 评论 0原文

我即将完成我的论文并有一个很大的附录。有些表格如果先在 a3 上完成,然后(纸质)打印在 a4 上,则看起来不错。无论如何,单独处理所有文件是可以的,但我很难将所有文件编译到一个文件中。

我使用几何包并以以下内容开始文档:

\usepackage[a4paper,left=30mm,right=20mm,top=20mm, bottom=20mm]{geometry}

对于附录,我想包含表格并使用

\newgeometry{a3paper,left=25mm,right=15mm, top=15mm, bottom=15mm}

但是,该命令完全被忽略,我可以读取“a3paper,left = 25mm,right = 15mm,top = 15mm,bottom = 桌子上方 15 毫米”。

我错过了什么?有可能吗?如果不是,如果我必须将其作为 pdf 包含(有效),我该如何获得正确的数字?

谢谢!

I am finishing my thesis and have a large appendix. Some tables only look good, if first done on a3 and then (paper)printed on a4. Anyhow, working all the files seperalty is fine, but I struggle to compile all in one.

I use the geometry package and start the document with:

\usepackage[a4paper,left=30mm,right=20mm,top=20mm, bottom=20mm]{geometry}

For the appendix, I want to include the table and use

\newgeometry{a3paper,left=25mm,right=15mm, top=15mm, bottom=15mm}

However, the command is completely ignored and I can read "a3paper,left=25mm,right=15mm, top=15mm, bottom=15mm" above the table.

What did I miss? Is it even possible? If not, how do I get the numbers right, if I have to include it as a pdf (which works)?

Thanks!

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

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

发布评论

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

评论(1

始于初秋 2024-09-11 22:08:57

我认为这是不可能的(至少如果你的输出是 DVI)。查看更改中间的纸张尺寸乳胶文件?

I don't think it's possible (at least if your output is DVI). Have a look at Change paper size in the middle of a latex document?.

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