> The perl script latexmk (
> http://www.phys.psu.edu/~collins/software/latexmk-jcc/) runs LaTeX the
> 'correct' number of times on a given document. It shouldn't be too hard to
> get Sphinx to use it instead of running LaTeX
I suggest using the Python package "rubber"
(https://launchpad.net/rubber) instead. This makes integration into
Sphinx easier and saves us a dependency on Perl.
There is a rubber back and to Docutils under
http://docutils.sourceforge.net/sandbox/rst2pdf-rubber/rst2pdf.py
Günter
On 2011-01-31, John H Palmieri wrote:> The perl script latexmk (
> http://www.phys.psu.edu/~collins/software/latexmk-jcc/) runs LaTeX the
> 'correct' number of times on a given document. It shouldn't be too hard to
> get Sphinx to use it instead of running LaTeXI suggest using the Python package "rubber"
(https://launchpad.net/rubber) instead. This makes integration into
Sphinx easier and saves us a dependency on Perl.