Fix problem where automatic numbering affects \binom and friends. Resolves issue #1194
This commit is contained in:
parent
15c9159cb2
commit
c03acb6d7d
|
@ -2212,7 +2212,7 @@
|
||||||
mathPalette: function (fence,side) {
|
mathPalette: function (fence,side) {
|
||||||
if (fence === '{' || fence === '}') {fence = "\\"+fence}
|
if (fence === '{' || fence === '}') {fence = "\\"+fence}
|
||||||
var D = '{\\bigg'+side+' '+fence+'}', T = '{\\big'+side+' '+fence+'}';
|
var D = '{\\bigg'+side+' '+fence+'}', T = '{\\big'+side+' '+fence+'}';
|
||||||
return TEX.Parse('\\mathchoice'+D+T+T+T).mml();
|
return TEX.Parse('\\mathchoice'+D+T+T+T,{}).mml();
|
||||||
},
|
},
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue
Block a user