diff --git a/README.md b/README.md index b8a8b59..434730a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,50 @@ -# processwire-TextformatterLatexMathML - -A Letext to MathML converter for ProcessWire \ No newline at end of file +# 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. + + +