Use ⁡ after \mathop{} no matter what its contents (it used to only do it for \mathop{\rm ...}
This commit is contained in:
parent
edd68a415a
commit
66bc9b8317
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1239,7 +1239,9 @@
|
||||||
if (match) {
|
if (match) {
|
||||||
def.mathvariant = MML.VARIANT.NORMAL;
|
def.mathvariant = MML.VARIANT.NORMAL;
|
||||||
mml = STACKITEM.fn(this.mmlToken(MML.mi(match[1]).With(def)));
|
mml = STACKITEM.fn(this.mmlToken(MML.mi(match[1]).With(def)));
|
||||||
} else {mml = MML.TeXAtom(TEX.Parse(arg,this.stack.env).mml()).With(def)}
|
} else {
|
||||||
|
mml = STACKITEM.fn(MML.TeXAtom(TEX.Parse(arg,this.stack.env).mml()).With(def));
|
||||||
|
}
|
||||||
} else {mml = MML.TeXAtom(this.ParseArg(name)).With(def)}
|
} else {mml = MML.TeXAtom(this.ParseArg(name)).With(def)}
|
||||||
this.Push(mml);
|
this.Push(mml);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user