Is there any solution in ASP.NET/C# or Jquery for writing math equations as MathML is not very well supported by browsers.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.In this case, the url is:
https://latex.codecogs.com/gif.latex?e%3Dmc%5E2(e=mc^2post url-encoding).That specific website also has a little equation editor to give you a hand in writing your LaTeX equation.