在 LaTeX 文档中嵌入多页文档
我正在写论文,需要复制我在学习中使用过的不同的小册子(2-7 页)。
理想情况下,我希望小册子的每一页都显示为我的论文中的一页,但包含在某个框架内并使用我的论文的页码编号等。我有 Word 格式的小册子,但更愿意将它们嵌入为 PDF,以便它们看起来就像他们对我的拍摄对象所做的那样。
我可以通过将每个 PDF 拆分为多个文件并将它们分别包含在我的 LaTeX 中来手动完成此操作。
但是,是否有一些包或宏可以在不需要所有这些工作的情况下实现此目的?
I am writing my dissertation and need to reproduce different short booklets (2-7 pages) that I have used in my studies.
Ideally, I would like to have each page of the booklet appear as a page in my dissertation, but enclosed within some frame and using my dissertation's page numbering, etc. I have the booklets in Word format but would rather embed them as PDFs so they would look exactly as they did to my subjects.
I can do this manually by splitting each PDF into multiple files and including them separately in my LaTeX.
However, is there some package or macro to achieve this without all this work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 pdfpages - 我以前用过它,它包含了所有内容据我所知,你谈到的功能。
Have a look at pdfpages - I've used it before and it has all the features you talk about as far as I remember.