在一个 Latex 文件中混合 a4 和 a3
我即将完成我的论文并有一个很大的附录。有些表格如果先在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是不可能的(至少如果你的输出是 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?.