Math formula editor that can be plugged into any website
I am writing a Q a开发者_JS百科nd A web application. I'm wondering if there's any library of web services that can allow user to create math equations easily in the web editor?
Thanks
MathJax is a javascript utility that will let your users enter formulas and equations in LaTeX or MathML (the two most common languages for typesetting math).
'How do I type mathematics?' from mathoverflow.net might help you. In short, they use MathJax.
精彩评论