0%

Latex: 引入已有PDF文件

引入包:

1
\usepackage{pdfpages}
引入需要加载的PDF文件
1
\includepdf[pages={1}]{first.pdf}

加入页面后想加入空白页可以使用:

1
\cleardoublepage