Eric Zollars wrote:
pdfpages requires absolute paths to include a pdf file in ERT.
Is it possible to enter an absolute path in an ERT box in Windows?
Thanks.
Eric
Yes, iirc it is done with forward slashes, {C:/lyxtemp/foo.pdf}
I think this applies from the user list thread "Paths in pdfpages"
\includepdf{/home/somebody/this/is/an/absolute.path}
Re: pdfpages \includepdf not working
"I had similar problems with includepdf. Although your Pdf and LyX files
are in the same folder, this may not be true anymore when LaTeX runs.
This happens because LyX is not aware of relative paths. Absolute ones
should be used instead."
\includepdf[pages=-]{C:/lyx/temp/Questionnaire.pdf}
Regards,
Stephen
See bug #1751