My preamble code as below:
Code: Select all
\documentclass{article}
\usepackage{pdfpages}
\begin{document}
\includepdfset{pages=-}
\includepdf{mycover.pdf}
\includepdf{content.pdf}
\end{document}
But when I compile the preamble, it appear some error messages as below:
Package pdfpages Warning: I will use a dummy \ includepdf command whiich will NOT insert any pages, becuase you are producing DVI output.
Package pdfpages Warning: I cannot determine the number of pages of the included document, while being in DVI mode. You can use the option 'lastpage' to give me a hint.