Integration of MathJax, KaTeX and Asymptote with scribble, to typeset math in Racket documentation
Go to file
Ben Alpert e472b0ba9d Add TeX style support
Test Plan:
`\blue\frac12 + \frac{2(y-z)}{2+\frac1{7+\frac31}} \div \orange{\arctan x^{2+\frac43}_{2}} * 2^{2^{2^2}}` looks reasonable, as does
`\blue\frac12 + \dfrac{2(y-z)}{2+\frac1{7+\frac31}} \div \orange{\arctan x^{2+\frac43}_{2}} * 2^{2^{2^2}}`.

Reviewers: emily

Reviewed By: emily

Differential Revision: http://phabricator.khanacademy.org/D3047
2013-07-14 16:55:46 -07:00
static Add TeX style support 2013-07-14 16:55:46 -07:00
test Allow some functions to have letters after them 2013-07-13 00:05:41 -07:00
.arcconfig Rename everything to KaTeX 2013-07-10 14:08:50 -07:00
.gitignore Rewrite the parser 2013-07-12 23:16:30 -07:00
katex.js Add TeX style support 2013-07-14 16:55:46 -07:00
Lexer.js Non-capturing regex, don't catch some exceptions 2013-07-13 20:55:35 -07:00
Makefile Rewrite the parser 2013-07-12 23:16:30 -07:00
package.json Rename everything to KaTeX 2013-07-10 14:08:50 -07:00
Parser.js Add TeX style support 2013-07-14 16:55:46 -07:00
parseTree.js Remove Parser options usage 2013-07-13 18:15:17 -07:00
server.js Rewrite the parser 2013-07-12 23:16:30 -07:00
Style.js Add TeX style support 2013-07-14 16:55:46 -07:00
utils.js Remove dependency on underscore 2013-07-13 20:42:19 -07:00