Fix problem with \fbox producing longdiv rather than box
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@589 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
This commit is contained in:
parent
c535d157bc
commit
c8d615dc26
File diff suppressed because one or more lines are too long
|
@ -1330,7 +1330,7 @@
|
|||
},
|
||||
|
||||
FBox: function (name) {
|
||||
this.Push(MML.menclose.apply(MML,this.InternalMath(this.GetArgument(name))));
|
||||
this.Push(MML.menclose.apply(MML,this.InternalMath(this.GetArgument(name))).With({notation:"box"}));
|
||||
},
|
||||
|
||||
Require: function (name) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user