0

I'm looking for an open source library of a math equation editor. I want to embed this math editor in my website. I want to have a text box (a textarea) that gives the ability to the user to insert math equations with a list of math symbols buttons. Preferably, the output does not have to be visually equivalent to LaTeX nor real time because I want to save all the input of the user and output it as a pdf document. If anyone can guide me to such a open source program I would be grateful.

interestinglythere
  • 1,230
  • 13
  • 16
Jiyda Moussa
  • 925
  • 2
  • 9
  • 26
  • This might be of interest: http://tex.stackexchange.com/questions/5146/what-are-the-open-source-wysiwyg-independent-web-equation-editors-available-on-l. It recommends "MathQuill" – RB. Nov 14 '12 at 14:37
  • Also, there's a [list of them on Wikipedia](http://en.wikipedia.org/wiki/Formula_editor). – RB. Nov 14 '12 at 14:38

1 Answers1

1

http://www.codecogs.com/eqneditor works pretty well for me, and is embedable.

Alex
  • 676
  • 9
  • 20