up vote 2 down vote favorite
1
share [g+] share [fb]

Is there is a library for invoking math symbols/formula(not sure what to call), which are design specifically to be added in a websites called maybe in html, php or javascript code.

Just like the button for bold, italic, link, etc. above the textarea in answer/ask ques page(sorry bout earlier), there will be another icon to pop up the match symbols when user click at it..

thank very much.

Updated::

Other than these two example, is there any online math editor available?

  1. Latex Equaition
  2. Sitmo

thank you very much

link|improve this question

47% accept rate
Are you just trying to display mathematical symbols and formulas? "Button bar above" is vague; do you mean SO's button bar? – mjv Nov 4 '09 at 6:15
Sorry.. i edit my questions ady. it in above the textarea it answer/ask question page in stackoverflow for example. – user147685 Nov 4 '09 at 6:55
feedback

4 Answers

It's not a library, except in the loosest sense, but if you happen to mean mathematical symbols for webpages (which can be combined to create formulae) you could start with the World Wide Web Consortium's Character entity references for HTML 4

It's not clear what you meant when you referred to the 'button bar above.'

link|improve this answer
feedback

jsMath looks like a good solution, the results look good and it has broad support, though it's still dependent on local fonts and browswers. There's also MathML, but support for this seems to be too thin.

link|improve this answer
feedback
up vote 1 down vote accepted

I use this website to develop quizzes which can use math symbols. Which contain built in math function.

http://docs.moodle.org/en/Dragmath

thank you all.

link|improve this answer
feedback

Checkout Mathjax to write math symbols to web pages

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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