How to render MathML using C#

不打扰是莪最后的温柔 提交于 2019-12-06 05:54:07

问题


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.



来源:https://stackoverflow.com/questions/2082557/how-to-render-mathml-using-c-sharp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!