Fix problem where automatic numbering affects \binom and friends. Resolves issue #1194

This commit is contained in:
Davide P. Cervone 2015-07-08 17:05:57 -04:00
parent 15c9159cb2
commit c03acb6d7d

View File

@ -2212,7 +2212,7 @@
mathPalette: function (fence,side) {
if (fence === '{' || fence === '}') {fence = "\\"+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();
},
//