Go to file
Emily Eisenberg c22d8644cc Fix a weird bug with rlap
For some reason, when you have a nested elements that look like
  `display: inline-block; > position: relative; > position: absolute;`
then the `position: absolute;` element is shifted down a bunch. If there is
anything* else inside either of the other two elements, then this behavior
disappears. (This can be seen at [this fiddle](http://jsfiddle.net/qZXRr/). We
have this structure when we create `\llap` and `\rlap`s, and this weird behavior
So, to fix this I added an empty `display: inline-block;` span inside the llap
to fix this.

Test plan:
 - See that the new huxley image looks good
 - Test this in a bunch of browsers and see they also look good

Auditors: alpert
2014-03-29 23:33:05 -04:00
2013-07-30 13:54:43 -07:00
2014-03-29 23:33:05 -04:00
2014-03-29 23:33:05 -04:00
2013-07-10 14:08:50 -07:00
2014-03-29 23:33:05 -04:00
2013-08-14 17:39:24 -07:00
2014-03-27 19:23:15 -04:00
2014-01-31 17:47:12 -08:00
2013-08-14 17:39:24 -07:00
2013-07-13 18:15:17 -07:00
2014-02-18 17:34:30 -08:00
2014-03-27 19:23:15 -04:00

KaTeX

Fast math!

To run locally

make setup
make serve

Perceptual diff

make pdiff

License

MIT License

Description
KaTeX fork
Readme MIT 71 MiB
Languages
JavaScript 85.7%
Perl 4.6%
Prolog 3.2%
HTML 2.3%
Less 1.3%
Other 2.8%