I have a problem using pdfpages. I want to include PDF documents for my appendix. Everything seems to be fine. I include the PDF successfully. I want the page to appear as a section in the table of contents so I use this
Code: Select all
\addtocontentsline{toc}{section}{NAME OF PDFPAGE}
To include the graphics I use this.
Code: Select all
\thispagestyle{empty}
\addtocontentsline{toc}{section}{NAME OF PDFPAGE}
\includepdf[landscape=false]{/home/.../file.pdf}
\clearpage
Any ideas ?
Thanks in advance!
Greetings from Germany