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>
| Current version: | 0.3, released 2009-06-17. |
| 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.