Integration of MathJax, KaTeX and Asymptote with scribble, to typeset math in Racket documentation
Go to file
Ben Alpert c08fadfaa9 Parse single superscripts and subscripts
Summary:
Add the ability to parse lone `^x` and `_y`, etc. This basically just
involves more checking of cases in the increasingly ugly `parseAtom` function.
Also, now we manually check for the cases of double superscripts and
subscripts.

Test Plan: Make sure the tests pass. Make sure things like `^x` and `_y` parse.

Reviewers: emily

Reviewed By: emily

Differential Revision: http://phabricator.khanacademy.org/D3095
2013-07-16 22:00:54 -07:00
static Inherit fraction bar color from surrounding text 2013-07-14 22:41:03 -07:00
test Parse single superscripts and subscripts 2013-07-16 22:00:54 -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 Parse single superscripts and subscripts 2013-07-16 22:00:54 -07:00
Lexer.js Fix some minor things 2013-07-15 12:12:15 -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 Parse single superscripts and subscripts 2013-07-16 22:00:54 -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 Make contains() actually work in IE8 2013-07-14 22:46:00 -07:00