5

Is there any solution in ASP.NET/C# or Jquery for writing math equations as MathML is not very well supported by browsers.

Thanks

Shakeeb Ahmed
  • 1,778
  • 1
  • 21
  • 37

2 Answers2

3

There are a number of services that will translate LaTeX equations into an image for you.

For example, here's a relatively famous equation using codecogs.com.

e=mc^2

In this case, the url is: https://latex.codecogs.com/gif.latex?e%3Dmc%5E2 (e=mc^2 post url-encoding).

That specific website also has a little equation editor to give you a hand in writing your LaTeX equation.

mie.ppa
  • 125
  • 3
  • 10
DK.
  • 55,277
  • 5
  • 189
  • 162
0

There are several attempts at generating equations in HTML. This is one. There are several others but I haven't used any in projects myself so I cannot say how good these are.

Vincent Ramdhanie
  • 102,349
  • 23
  • 137
  • 192