Merge branch 'issue1194' into develop. Issue #1194.
This commit is contained in:
commit
af7bfcf8c3
|
@ -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();
|
||||
},
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user