Separately export all child documents

2012-09-14 Thread Tim Head
Hello all, I have a large document consisting of one master document and several child documents. Is there a convenient way to export all child documents to separate documents? Currently I open each child document and export it to (say) pdf separately. I then have chapter1.pdf, chapter2.pdf

Re: Separately export all child documents

2012-09-14 Thread Richard Heck
On 09/14/2012 03:13 AM, Tim Head wrote: Hello all, I have a large document consisting of one master document and several child documents. Is there a convenient way to export all child documents to separate documents? Currently I open each child document and export it to (say) pdf separately. I

Re: Separately export all child documents

2012-09-14 Thread Tim Head
On Fri, Sep 14, 2012 at 5:08 PM, Richard Heck rgh...@lyx.org wrote: You could presumably also do something from the command line, e.g.: for i in *.lyx; do lyx -e pdf2 $i; done will export all the LyX files in the current directory to PDF (pdflatex). Cool! For some reason I'd never

Separately export all child documents

2012-09-14 Thread Tim Head
Hello all, I have a large document consisting of one master document and several child documents. Is there a convenient way to export all child documents to separate documents? Currently I open each child document and export it to (say) pdf separately. I then have chapter1.pdf, chapter2.pdf

Re: Separately export all child documents

2012-09-14 Thread Richard Heck
On 09/14/2012 03:13 AM, Tim Head wrote: Hello all, I have a large document consisting of one master document and several child documents. Is there a convenient way to export all child documents to separate documents? Currently I open each child document and export it to (say) pdf separately. I

Re: Separately export all child documents

2012-09-14 Thread Tim Head
On Fri, Sep 14, 2012 at 5:08 PM, Richard Heck rgh...@lyx.org wrote: You could presumably also do something from the command line, e.g.: for i in *.lyx; do lyx -e pdf2 $i; done will export all the LyX files in the current directory to PDF (pdflatex). Cool! For some reason I'd never

Separately export all child documents

2012-09-14 Thread Tim Head
Hello all, I have a large document consisting of one master document and several child documents. Is there a convenient way to export all child documents to separate documents? Currently I open each child document and export it to (say) pdf separately. I then have chapter1.pdf, chapter2.pdf

Re: Separately export all child documents

2012-09-14 Thread Richard Heck
On 09/14/2012 03:13 AM, Tim Head wrote: Hello all, I have a large document consisting of one master document and several child documents. Is there a convenient way to export all child documents to separate documents? Currently I open each child document and export it to (say) pdf separately. I

Re: Separately export all child documents

2012-09-14 Thread Tim Head
On Fri, Sep 14, 2012 at 5:08 PM, Richard Heck wrote: > > You could presumably also do something from the command line, e.g.: > for i in *.lyx; do lyx -e pdf2 $i; done > will export all the LyX files in the current directory to "PDF (pdflatex)". > Cool! For some reason I'd