From 50a033b7e390fcc110dfbfb4a3816129e5323334 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Sat, 25 Nov 2023 16:26:31 +0100 Subject: [PATCH] Update README.md --- README.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 50 insertions(+), 3 deletions(-) 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. + + +