General ⇒ Graphics spanning several pages
-
- Posts: 9
- Joined: Mon Mar 10, 2008 7:23 pm
Graphics spanning several pages
I'd like to insert pdf files into my LyX/LateX document that span several pages.
I tried the \includepdf {filename} command, using the pdfpages package but that produces the following error message when I try to render it in pdf:
LyX: Cannot view file
File does not exist:
C:/Users/CDTM/AppData/Local/Temp/lyx_tmpdir3188a03860/lyx_tmpbuf0/20080310_DA_v9.pdf
If I track this correctly it did not refuse to produce pdf files until I installed the eso-pic package but even before, I could only see the first page of the included file, not all 19 pages....
Thanks a lot for any hint....
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Graphics spanning several pages
Concerning your query about inclusion of the whole document, the \includepdf command has an optional argument to set the page range that should be included. For example, this includes pages 1 to 10:
\includepdf[pages={1-10}]{file.pdf}
This includes all the pages:
\includepdf[pages=-]{file.pdf}
-
- Posts: 9
- Joined: Mon Mar 10, 2008 7:23 pm
Re: Graphics spanning several pages
Re: Graphics spanning several pages
As a workaround, I'd suggest to export the LyX file and compile with the help of a suitable editor (TeXnicCenter, Kile, TeXShop, depending on your O.S.) or through a command line in a console.