On Wed, Nov 12, 2008 at 02:45:15AM -0800, bigblop wrote:
> 
> I use the latex package 'pdfpages' to include a frontpage in my lyx document.
> But I can only export the whole report to pdf (using pdflatex) if I supply
> the full path to the pdffrontpage. The is not optimal when the .lyx file is
> used with SVN.
> 
> Does anybody know if its possible to use pdfpages in lyx with relative
> paths?

I had the same prolem. I decided not using the Makefile behaviour from
lyx and only convert the lyx to a pdflatex file. With this latex file I
did my own tool chain with a scons file:

  pdflatex -> bibtex -> 2x pdflatex

The 'pdflatex' has no problems with relative paths for pdfpages.

By,

  Friedrich

Reply via email to