TeX数学公式Web展示的JavaScript库:KaTeX
                 jopen
                 11年前
            
                    KaTeX是一个快速,易于使用的JavaScript库。用于在Web上面展示 TeX 数学公式。
- 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 支持所有主流的浏览器,包括Chrome, Safari, Firefox, Opera, 和 IE 8 - IE 11。