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 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 -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
