Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MathML support #4

Open
jtrakk opened this issue Jun 7, 2021 · 1 comment
Open

MathML support #4

jtrakk opened this issue Jun 7, 2021 · 1 comment

Comments

@jtrakk
Copy link

jtrakk commented Jun 7, 2021

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.

@Kolaru
Copy link
Owner

Kolaru commented Jun 8, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants