public
Description: Ruby LaTeX to PDF preprocessor (and Rails plugin)
Homepage: http://rtex.rubyforge.org
Clone URL: git://github.com/bruce/rtex.git
Click here to lend your support to: rtex and make a donation at www.pledgie.com !
bruce (author)
Wed Apr 23 23:38:50 -0700 2008
commit  c0c6351af73badd62780bda6e6b6467e48e361fb
tree    8c284a66dc6ceca30b196d042d107bcd012c2edc
parent  743635b21adcd72a5ab267785e24486cea6922e5
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).