antosdk-apps/Katex
2020-12-21 16:01:04 +01:00
..
build Add package dependencies 2020-12-18 21:52:44 +01:00
fonts Add package dependencies 2020-12-18 21:52:44 +01:00
auto-render.js Add package dependencies 2020-12-18 21:52:44 +01:00
katex.css Add package dependencies 2020-12-18 21:52:44 +01:00
katex.js Add package dependencies 2020-12-18 21:52:44 +01:00
package.json Add package dependencies 2020-12-18 21:52:44 +01:00
project.json Add more packages, disable Antunnel auto connect 2020-12-21 16:01:04 +01:00
README.md Add package dependencies 2020-12-18 21:52:44 +01:00

KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.

  • Fast: KaTeX renders its math synchronously and doesn't need to reflow the page. See how it compares to a competitor in this speed test.
  • Print quality: KaTeX's layout is based on Donald Knuth's TeX, the gold standard for math typesetting.
  • Self contained: KaTeX has no dependencies and can easily be bundled with your website resources.
  • Server side rendering: KaTeX produces the same output regardless of browser or environment, so you can pre-render expressions using Node.js and send them as plain HTML.

KaTeX is compatible with all major browsers, including Chrome, Safari, Firefox, Opera, Edge, and IE 11.

KaTeX supports much (but not all) of LaTeX and many LaTeX packages.

Github Project: https://github.com/KaTeX/KaTeX