我无法将 pdf 插入论文附录。我收到错误Latex Error: can be used only in preamble
。此外,它说无法找到Python_program.pdf
我存储其他图片.jpg
的文件.png
。StackExchange 对此问题有不同的解决方案,但对我来说都不起作用。
我使用的代码是:
\chapter[Appendix D]{Python Code}
\label{chp:appendix_D}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=-]{Python_program.pdf}
\end{document}