Jump to content

jsMath

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jameshfisher (talk | contribs) at 08:01, 1 June 2011 (expanded on "See also"). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


jsMath
Developer(s)Davide P. Cervone and others
Stable release
3.6e / March 21, 2010
Written inJavaScript
Operating systemCross-platform
TypeSoftware library
LicenseApache License
Websitehttp://www.math.union.edu/~dpvc/jsMath/

jsMath is a JavaScript library for displaying mathematics in browsers in a cross-platform way. jsMath is free software released under the Apache License. Its direct competitors include Mathjax.

See also

  • Mathjax, a direct competitor
  • TeX and LaTeX, from which JsMath inherits its syntax and layout algorithms
  • MathML, a W3C standard enabling direct math rendering in the browser, using an XML syntax
  • ASCIIMathML, a client-side library for writing MathML in a subset of LaTeX math syntax
  • Google Chart API