Converts itex equations to MathML format for web display
Text filter to convert itex equations to MathML
itex2mml$ echo '$x^2 + y^2 = z^2$' | itex2mml$ itex2mml < equations.itex > equations.mml$ cat document.txt | itex2mml > document_with_mathml.txt