MathTeXEngine.jl icon indicating copy to clipboard operation
MathTeXEngine.jl copied to clipboard

MathML support

Open jtrakk opened this issue 4 years ago • 1 comments

MathML is the next generation of math display for the web. There are several tools for converting Latex code to MathML code, but there are also other languages that can convert to MathML. I am wondering if the parsing and rendering engines could be separated out so we can be agnostic about the input language, process an abstract math element, and render into Makie.

jtrakk avatar Jun 07 '21 23:06 jtrakk

The parsing and engines are already separated, and linked by an abstract representation. So if you can parse MathML to the internal representation (nested TeXExpr) the layouting can be done straightforwardly.

Kolaru avatar Jun 08 '21 09:06 Kolaru