Version 1.4 (2015-12-11)
This version of Rubber officially requires Python 2.6 and up.
Note that the code has not been tested with Python 3, so if you
run it under Python 3, you're on your own. Bug reports are welcome!
Starting with 1.4, the primary repository at Launchpad is a
Git tree.
Features:
- New distutils-based build & install scripts by Nicolas.
- Report BibTeX / Biber errors more reliably.
- We have support for embedding R code via knitr.
http://yihui.name/knitr/
Closes: https://bugs.launchpad.net/rubber/+bug/1422759
Note that since R can run arbitrary external code, --unsafe
must be given at the command line:
rubber -d --unsafe paper.Rtex
creates beautifully typeset PDF from your R script.
- Support for PythonTeX package. Als...