Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I don't have much knowledge on mathml editors, we are already using rich:editor to edit html text. I would like to know the most commonly used mathematical equations editor which is browsed based and works across all the major browsers. I have looked at the editors listed here, but unable to make a decision on what to use along with our existing richfaces editor

share|improve this question

3 Answers

fmath has a plugin for tinyMCE at http://www.fmath.info/plugins/TinyMCE/api.jsp

share|improve this answer

I quite like ASCII MathML as an input format for simple to moderately complex equations. While I don't use an online editor, I believe it should be possible to embed ASCIIMathML.js in your editor.

share|improve this answer

Mathtype can copy and paste equations into MathML markup (you choose whether Ctrl+C copies mathml or tex). It is quite good.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.