www

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

commit d28ab8b766b457295a5027b185f150b0050dab03
parent 126bd1c3736b6ed1a2645b8cb64ec0ffa4253a58
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Thu, 13 Feb 2014 20:08:49 -0500

Forced explicit linebreak between text elements to not look like an embellished operator.  Resolves issue #707.  Note however, that Firefox treats this differently (it seems not to treat mtext as space-like in this case).

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

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