How to render MathML using C#
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.
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.
if you can render in webview then you could use frameworks like http://www.mathjax.org/ Look into sample Windows 8 app.
精彩评论