public
Description: Ruby LaTeX to PDF preprocessor (and Rails plugin)
Homepage: http://rtex.rubyforge.org
Clone URL: git://github.com/bruce/rtex.git
Search Repo:
Click here to lend your support to: rtex and make a donation at www.pledgie.com !
bruce (author)
Mon Apr 21 16:32:19 -0700 2008
commit  6dd96a728c9af0a44fc9e7fbd136f27c52666faa
tree    a09bcbba26018f332f2be09c0ee64085b148a95f
parent  418116fa7bd14d96ff71ab1cbce1fe26fd54064f
rtex / HISTORY.rdoc
100644 29 lines (20 sloc) 1.058 kb

2008-04-20

Released RTeX v1.99.0 as a Rubygem, with a standalone executable for PDF generation and support for plugin installation from the executable.

This release requires Rails >= 2.0.1

Thanks to:

  • Jonas Bähr for a patch with additional LaTeX escaping
  • Fouad Mardini for a TemplateHandler patch

2007

No active development, maintenance primarily by Wiebe Cazemier

2006-07-27

Added quite a few long overdue fixes & enhancements sent in by various people.

  • Added latex escaping ‘l’ method (Thanks, Benjamin Quorning)
  • Added support for @options_for_rtex hash for configuration:
    • Added :tempdir option, and changed default temporary directory (Thanks, Francesco Levorato)
    • Added :preprocess option to support running through latex before pdflatex (Thanks Charles Lesburg, Benjamin Quorning)
    • Moved old @filename setting to :filename option in this hash

If you’re using the same settings for @options_for_rtex often, you might want to put your assignment in a before_filter (perhaps overriding :filename, etc in your actions).