I'm faced with a puzzling failure caused by pdfpages. Can't think of new ideas for fixing it, so maybe you'll have suggestions. Here's the message I get:
Code: Select all
<use myfile.pdf, page 1> [1 <./myfile.pdf{/var/lib/texmf/
fonts/map/pdftex/updmap/pdftex.map}
Error: pdflatex: pdf inclusion: invalid reference
==> Fatal error occurred, the output PDF file is not finished!
[PDFLaTeX] finished with exit status 255
Code: Select all
\includepdf[pages=-]{myfile.pdf}
Among other attempted fixes, here are a few things I've done:
(i) dummy file with just an \includepdf and of course \usepackage{pdfpages}
(ii) all sorts of pdf files in the \includepdf
(iii) refreshing font maps, with the following commands:
Code: Select all
> sudo texhash
> sudo update-updmap
> sudo updmap
Code: Select all
re-install
(v) system upgrade
A few config details, fyi:
- Ubuntu Feisty (7.04)
- TeXLive 2005.dfsg.3-1 (plus various extras)
- texlive-pdfetex 2005.dfsg.2-12ubuntu1
- Kile 1:1.9.3-1ubuntu1
Any suggestions welcome...
Cheers,
JP