Skip to content

Commit 54ac450

Browse files
committed
Fix spacing for operators with movablelimits that are converted to <mo>
1 parent e8186ee commit 54ac450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unpacked/jax/input/TeX/jax.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,6 +1264,7 @@
12641264
{if (mo.defaults.hasOwnProperty(id) && mi[id] != null) {mo[id] = mi[id]}}
12651265
for (id in MML.copyAttributes)
12661266
{if (MML.copyAttributes.hasOwnProperty(id) && mi[id] != null) {mo[id] = mi[id]}}
1267+
mo.lspace = mo.rspace = "0"; // prevent mo from having space in NativeMML
12671268
return mo;
12681269
},
12691270

0 commit comments

Comments
 (0)