I'm using the following commands to add a *.pdf file into my report:
\usepackage{pdfpages}
\includepdf[pages=-]{part.pdf}
I get the following message (and the PDF is not included):
I will use a dummy
\includepdfcommand(pdfpages) which will NOT insert any pages, because(pdfpages) you are producing DVI output.
Any idea how to solve the problem?
.texfile,LaTeXorpdfLaTeX? – Ignasi Oct 22 '14 at 07:50latex, try withpdflatex. How do you run the compiler? command line, TeXworks, TeXStudio, Texmaker, ... – Ignasi Oct 22 '14 at 09:07\usepackage[pdftex]{graphicx}? – orion Oct 22 '14 at 09:34\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. A suggestion: Do us a favour and change your username to something more telling than "user1234". – Martin Schröder Oct 24 '14 at 21:43