We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 746899b + 55ed20a commit 61fff4bCopy full SHA for 61fff4b
unpacked/jax/element/mml/jax.js
@@ -560,7 +560,7 @@ MathJax.ElementJax.mml.Augment({
560
texClass: MML.TEXCLASS.REL // for MML, but TeX sets ORD explicitly
561
},
562
SPACE_ATTR: {lspace: 0x01, rspace: 0x02, form: 0x04},
563
- useMMLspacing: 0x07,
+ useMMLspacing: 0x03,
564
autoDefault: function (name,nodefault) {
565
var def = this.def;
566
if (!def) {
@@ -1492,7 +1492,7 @@ MathJax.ElementJax.mml.Augment({
1492
INTEGRAL2: [1,2,TEXCLASS.OP,{largeop: true, symmetric: true}],
1493
BIN3: [3,3,TEXCLASS.BIN],
1494
BIN4: [4,4,TEXCLASS.BIN],
1495
- BIN01: [0,1,TEXCLASS.BIN],
+ BIN01: [0,1,TEXCLASS.ORD],
1496
BIN5: [5,5,TEXCLASS.BIN],
1497
TALLBIN: [4,4,TEXCLASS.BIN,{stretchy: true}],
1498
BINOP: [4,4,TEXCLASS.BIN,{largeop: true, movablelimits: true}],
0 commit comments