[texhax] LaTeX enhancement
M Senthil Kumar
senthil at www.cdfd.org.in
Wed Sep 8 16:58:37 CEST 2004
<SNIP>
> for file in filelist.txt; do rubber-pipe < $file > $file.ps; done
>
> However, I don't think you can avoid the fork()/exec(), LaTeX is not a batch
> processor I think.
>
> mvrgr, Wouter
</SNIP>
Hi,
Pardon me if i am wrong, can't we use the following to achieve the same
thing from any Unix command line ?
$ for i in *.tex;do latex $i;done
Regards,
Senthil
++++++++++++++++++++++++++++++++
Linux User #283528 Mandrake 10.0
++++++++++++++++++++++++++++++++
More information about the texhax
mailing list