I wrote:
> I followed the instructions for including another Lyx file in my
> document and this worked fine except for one thing: I am using a
> wrapper script between the LaTeX and the dvi output to add index tags
> and this is not working on the included file.
>
> It seems to me that Lyx should do this:
> merge files -> run my convertor script (which then calls latex)
>
> And that this should work, but maybe I've done something wrong?

Looking at the tex output, the \include command is part of LaTeX, so my 
little script never sees these included files (they are included only 
when the tex files are processed by latex). Solution it seems is that my 
little script will have to look for any \includes in the main file and 
add them to its own processing list.

-Kevin

-- 
Kevin Pfeiffer <[EMAIL PROTECTED]>
Tiros-Translations

Reply via email to