Apologies in advance if I've posted this in the wrong area.
Basically my question is just this. Is there any way in which multiple source files can be processed by XeLaTeX to create the corresponding separate PDF files within one XeLaTeX session?
For example, the following XeLaTeX call just creates the first file "59dab.pdf", not "62dab.pdf" or "96dab.pdf".
Code: Select all
/home/rgrice/PPA/build/DTP/XML2Tex:> xelatex -interaction=batchmode -output-directory=/home/rgrice/PPA/runtime/tmp \
/home/rgrice/PPA/runtime/tmp/59dab.tex \
/home/rgrice/PPA/runtime/tmp/62dab.tex \
/home/rgrice/PPA/runtime/tmp/96dab.tex
Thanks
Richard