# processwire-TextformatterLatexMathML A Latext to MathML converter for ProcessWire Searches for Latext formulas enclosed in $-signs like this “\$\sqrt{a^{2}+b^{2}}\=c$” and substitites it by MathML like this: a 2 + b 2 =c which finally will be rendered by your browser as nice looking math formula. $\sqrt{a^{2}+b^{2}}=c$ # INSTALL Requires on your server the programm latexmlmath to be installed.