Page Layout\includepdf error

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
sil
Posts: 12
Joined: Mon Sep 14, 2009 4:22 pm

Re: \includepdf error

Post by sil »

Hi, I have tried with other pdfs and I've got the same "Undefined control sequence" error. The pdf file is too big to upload it, you can find it here: http://iqc.udg.edu/~silviao/sc3n.pdf . Thanks a lot for your help!

Silvia

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Re: \includepdf error

Post by Stefan Kottwitz »

Hi Silvia,

I was able to include that file with the code given by you in post #5 without error, the document has been built.

Stefan
LaTeX.org admin
User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

\includepdf error

Post by Stefan Kottwitz »

sil wrote: !Undefined control sequence
\AM@indfile@i ...docname \relax \AM@IfFileExists ..
\AM@IfFileExists is defined by drivers like pppdftex.def. In your file list I can see that your pppdftex.def is v0.3e of 2004/01/31, I guess that's too old. I'm using pppdftex.def 2009/02/07 v0.4g with the same version of pdfpages. So I recommend to update that file or that package.

Stefan
LaTeX.org admin
sil
Posts: 12
Joined: Mon Sep 14, 2009 4:22 pm

Re: \includepdf error

Post by sil »

I updated the pppdftex.def to the same version that you have and it works! Thank you soo much Stefan!!!

Silvia
Post Reply