www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7f509db1b51474a1edf91e15e552d7007d4ab531
parent bf9f704e208b4b736e2225646e5918517cce803d
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri, 25 Apr 2014 12:32:58 -0400

Remove extra space in width (Firefox doesn't process it correctly).

Diffstat:
Munpacked/jax/input/TeX/jax.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/jax/input/TeX/jax.js b/unpacked/jax/input/TeX/jax.js @@ -1490,7 +1490,7 @@ Lap: function (name) { var mml = MML.mpadded(this.ParseArg(name)).With({width: 0}); - if (name === "\\llap") {mml.lspace = "-1 width"} + if (name === "\\llap") {mml.lspace = "-1width"} this.Push(MML.TeXAtom(mml)); },