KaTeX
Stable release |
0.6.0[1]
/ April 15, 2016 |
---|---|
Development status | Active |
Written in | JavaScript |
Operating system | Cross-platform |
Type | Mathematical software |
License | MIT License |
Website |
khan |
KaTeX is a cross-browser JavaScript library that displays mathematical notation in web browsers. It puts special emphasis in being fast and easy to use.
It was initially developed by the Khan Academy.
Features
KaTeX rendering of math claims to be:
- Fast: It renders its math synchronously and doesn’t need to reflow the page.
- Print quality: Its layout is based on TeX.
- Self contained: It has no dependencies, so it can be easily bundled.
- Capable of server-side rendering: it has an option to generate HTML on the server (so, for example, one can pre-render expressions using Node.js and send them as plain HTML).
However, compared to MathJax, it handles only a more limited subset of LaTeX's mathematics notation.
See also
References
- ↑ "Release v0.6.0". KaTeX. 2016-04-15.
External links
- Official website
- "KaTeX is a (partial) alternative to (some of) MathJax"
- "KaTeX - a new way to display math on the Web"
- KaTeX-MathJax comparison
This article is issued from Wikipedia - version of the 10/29/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.