Fix problem with \overbrace and \underbrace not stacking their super- and subscripts properly
This commit is contained in:
parent
b1a7982674
commit
88c650dd16
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
|
@ -1272,8 +1272,8 @@
|
|||
var mml = MML.munderover(base,null,null);
|
||||
if (stack) {mml.movesupsub = TRUE}
|
||||
mml.data[mml[pos]] =
|
||||
this.mmlToken(MML.mo(MML.entity("#x"+c)).With({stretchy: TRUE, accent: (pos == "under")}));
|
||||
this.Push(MML.TeXAtom(mml));
|
||||
this.mmlToken(MML.mo(MML.entity("#x"+c)).With({stretchy:TRUE, accent:(pos == "under")}));
|
||||
this.Push(mml);
|
||||
},
|
||||
|
||||
Overset: function (name) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user