From 54ac450144f27ee7fe79abe1dbc447400b57e665 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Thu, 28 Jan 2016 16:38:59 -0500 Subject: [PATCH] Fix spacing for operators with movablelimits that are converted to --- unpacked/jax/input/TeX/jax.js | 1 + 1 file changed, 1 insertion(+) diff --git a/unpacked/jax/input/TeX/jax.js b/unpacked/jax/input/TeX/jax.js index 08516e742..afeda617c 100644 --- 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; },