commit 54ac450144f27ee7fe79abe1dbc447400b57e665
parent e8186ee3171274bebe22a4bc72d495aca86b5597
Author: Davide P. Cervone <dpvc@union.edu>
Date: Thu, 28 Jan 2016 16:38:59 -0500
Fix spacing for operators with movablelimits that are converted to <mo>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/unpacked/jax/input/TeX/jax.js b/unpacked/jax/input/TeX/jax.js
@@ -1264,6 +1264,7 @@
{if (mo.defaults.hasOwnProperty(id) && mi[id] != null) {mo[id] = mi[id]}}
for (id in MML.copyAttributes)
{if (MML.copyAttributes.hasOwnProperty(id) && mi[id] != null) {mo[id] = mi[id]}}
+ mo.lspace = mo.rspace = "0"; // prevent mo from having space in NativeMML
return mo;
},