
Originally Posted by
math8
Here is what I have:
\documentclass{article}
\usepackage{graphicx}
\documentclass{article}
\usepackage{graphicx}
\usepackage{pdfpages}
\begin{document}
\includepdf{Topics}
\end{document}
I have been trying to insert a PDF document into Latex without any success. I have used both TexMaker and WinEDT. When I am using a PDF file, I make sure to compile using "PDFLatex", but it simply is not working. It gives me the error:
! Package pdfpages Error: Cannot find file `Topics'. See the pdfpages package documentation for explanation.
Type H <return> for immediate help.
...
But I can assure you that both files Topics.pdf and Topics.eps exist and are on my computer.
I have even tried to use the eps file and I compiled using "Latex" . It compiles it, but the result is not what I am expecting, it just gives me 2 pages , one with the words 2 pdf.2 and the 2nd page has an empty frame with the words \AM@currentdocname .png
Any idea why this is not working properly?