compute-engine icon indicating copy to clipboard operation
compute-engine copied to clipboard

[FEATURE] MathML Core Parsing

Open aMadReason opened this issue 1 year ago • 2 comments

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!

aMadReason avatar Jul 10 '23 11:07 aMadReason

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?

arnog avatar Jul 10 '23 13:07 arnog

@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.

stefnotch avatar Jul 31 '23 19:07 stefnotch