由于我在\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
\headheight
pdfpages
\voffset = 0cm
\hoffset = 0cm