15 Nov
2009
15 Nov
'09
6:28 a.m.
On Sat, 14 Nov 2009, Adam Megacz wrote:
Does anybody know if there is something like "texexec" for latex users? Specifically, I'm hoping for a single command that runs the pdflatex/bibtex combination as many times as is required to reach a fixed point.
There are many such scripts; the two that I remember immediately are latexmk: http://www.ctan.org/tex-archive/support/latexmk/ rubber: http://www.pps.jussieu.fr/~beffara/soft/rubber/ Aditya