rubber - latex’ing multiple times to get the final product

LaTeX
Linux
Author

Vinh Nguyen

Published

May 14, 2009

Rubber is a Python script that assists with the compilation of LaTeX documents. It is useful when you use bibtex for bibliographies because multiple latex and bibtex commands are needed to be executed for the document to be generated. With rubber, I can issue a single command and the necessary commands will be executed automatically:

rubber -d myfile.tex ## -d or --pdf for pdflatex

If you are making a pdf file, it will convert all eps files into pdf.

The next thing to do is to get rubber working with AucTeX and ESS/Sweave. Check out the later posts on this thread.