Latex导入其余pdf文件并带页码

首先引入 pdfpages 宏包: \usepackage{pdfpages}web 而后在文档区: \includepdfset{pagecommand={\thispagestyle{fancy}}} % 给下面引入的全部 pdf 标页码 \includepdf[pages={1, 2}]{test.pdf} % 导入 test.pdf 文件的第一页和第二页svg
相关文章
相关标签/搜索