> > My first thought was to include a postscript version of document 1 into
> > document 2 but it shrinks significantly the dimension of document
> > 1. Perhaps a neat way of inserting the printed pages in document 2 would
> > work but unless I seperatly print the 2 documents and then insert one in
> > two, I don't know how to do that. Also, it makes page number tricky. I
> > don't know if something in latex coding would allow to "pause" the
> > document 2 creation (into a dvi), insert the ps pages of document 1 while
> > incrementing the page counters and then resuming with document 2 creation.
>
> try
>
> http://www.educat.hu-berlin.de/~voss/lyx/pdf.html#a5
>
> with exporting the first document to pdf-format.
>
> Herbert
>
>
Now, I tried your suggestion which seems like a perfectly good idea but
LyX complains with
"
! Package pdfpages Error: You're either not using pdfLaTeX
(pdfpages) or have turn off PDF output.
(pdfpages) `pdfpages' works only with pdfLaTeX
(pdfpages) and PDF output.
"
The pdfpages' documentation says that it doesn't work with latex but your
pdf hint web page specify that \includepdf is in the LyX text which
suggest it should work with LyX.
Besides, is it just me or 'latex pdfpages.ins' doesn't work properly. It
runs a docstrip script that ask for input file ext (I tried ins), output
file extension (sty) and list of input file (pdfpages) and it sure
produces a pdfpages.sty but that is useless. When \include'd in LyX, a
'view postcript' asks for the same input and output ext's and list of
input file (that's when I latex the exported .tex because running 'view
ps' produce an input error.
Stephan