使用 pdfpages 进行页面定位

使用 pdfpages 进行页面定位

由于我在\include将一些 .tex 文件添加到我的项目中时遇到了问题,我尝试使用pdfpages包和\includepdf命令,但页面被替换了,我不明白文档pdfpages(如何使用增量或什么是逻辑页面)。我的代码很简单:

\documentclass[11pt,a4paper,final,twoside,twocolumn,notitlepage]{article}
\usepackage{pdfpages}

\includepdf[pages=-]{file1}
\includepdf[pages=-]{file2}
\includepdf[pages=-]{file3}
\includepdf[pages=-]{file4}

答案1

我发现了问题:我用、、\voffset等更改了页面布局,但显然我不喜欢这样(很荒谬,不是吗?)。Wuth运行良好。\hoffset\headheightpdfpages\voffset = 0cm\hoffset = 0cm

相关内容