www

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

commit 8cd2eec33d6e5d80ef989625e93c2e1af273d235
parent 6b6623bc5c1cb0e6211dfc0594dc3f080c40cc29
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri, 14 Feb 2014 08:33:22 -0500

Merge branch 'issue707' into develop.  Issue #707.

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

diff --git a/unpacked/jax/input/TeX/jax.js b/unpacked/jax/input/TeX/jax.js @@ -1671,7 +1671,8 @@ } } else { if (n) {this.Push(MML.mspace().With({depth:n}))} - this.Push(MML.mo().With({linebreak:MML.LINEBREAK.NEWLINE})); + this.Push(MML.mspace().With({linebreak:MML.LINEBREAK.NEWLINE})); +// this.Push(MML.mo()); // make sure we don't look like an embellished operator (#707) } }, emPerInch: 7.2,