4

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.

Neosani
  • 162
  • 3
  • 9

2 Answers2

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.

user229044
  • 232,980
  • 40
  • 330
  • 338
High Performance Mark
  • 77,191
  • 7
  • 105
  • 161
  • 1
    Do you mean MathMLCentral has downloadable source or just a means of rendering MathML online? Because I'm not seeing any downloads – Jay Wick Mar 29 '10 at 01:18
0

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

user2080367
  • 73
  • 1
  • 5