compute-engine
compute-engine copied to clipboard
[FEATURE] MathML Core Parsing
Are there any plans to support MathML Core (https://www.w3.org/TR/mathml-core/) as a possible input for MathLive?
Also, sorry if this isn't the right place to put this.
Thanks!
At the moment there are no concrete plans for this, but this is something that could be supported in the future. If someone were interested in contributing this to the project they should get in touch.
Could you share more about your specific use case for this feature?
@aMadReason What would be the concrete use-case for this?
In case anyone needs it and wants a relatively simple solution for this in Mathlive, one option would be to intercept a paste event and run the MathML through an off-the-shelf MathML to LaTeX converter. If one just uses the compute engine, then directly running MathML through an off-the-shelf MathML to LaTeX converter should hopefully yield usable results.