-->

How to render MathML using C#

2020-07-18 10:40发布

问题:

I am currently doing a project in C# that requires rendering MathML for the user. I can't seem to find anything on the topic that is useful. Any help appreciated.

回答1:

You could call one of the rendering tools at MathMLCentral. That would save a whole lot of trouble coding up a renderer yourself. Google found a couple of MathML renderers, including a .NET one, but all cost >USD500.



回答2:

if you can render in webview then you could use frameworks like http://www.mathjax.org/ Look into sample Windows 8 app.



标签: c# mathml