From: William Morgan Date: 2009-04-02T23:17:45+09:00 Subject: [ANN] Ritex 0.2 released: Latex -> MathML converter It's been almost four years since the last release, but I dusted off the ol' codebase, fixed some bugs, added some features, and voila, a new release. Ritex turns "WebTeX" (essentially LaTeX math) into MathML. You can see it in action here: http://all-thing.net/label/stats/ Ritex features macro support, a bevy of heavy unit tests, and a pure-Ruby implementation. Interesting bits of the 0.2. release: - array options finally supported - better unary minus detection - various tweaks and bugfixes "gem install ritex", or visit the homepage: http://masanjin.net/ritex/. -- William