Ritex is a Ruby converter from WebTeX to MathML. WebTeX is an adaptation of TeX math syntax for web display. Ritex supports most TeX math syntax, and supports macros.
For example, Ritex turns "\alpha^\beta" into
<math xmlns="http://www.w3.org/1998/Math/MathML">
<msup>
<mi>α</mi>
<mi>β</mi>
</msup>
</math>
| Install: | gem install ritex |
| Current version: | 1.0, released 2010-04-13. |
| Demo: | Some examples of input and output |
| News: | http://all-thing.net/label/ritex/ |
| Homepage: | http://masanjin.net/ritex/ |
| Code: | git clone git://masanjin.net/ritex/ |
| Documentation: | on the Ritex Rubyforge page. |
Ritex is brought to you by William Morgan.