Fix incorrect TeX class for \buildrel. Resolves issue #900.
This commit is contained in:
parent
d5d1fbdf50
commit
302e28cd38
|
@ -1546,7 +1546,7 @@
|
|||
BuildRel: function (name) {
|
||||
var top = this.ParseUpTo(name,"\\over");
|
||||
var bot = this.ParseArg(name);
|
||||
this.Push(MML.TeXAtom(MML.munderover(bot,null,top)).With({mclass: MML.TEXCLASS.REL}));
|
||||
this.Push(MML.TeXAtom(MML.munderover(bot,null,top)).With({texClass: MML.TEXCLASS.REL}));
|
||||
},
|
||||
|
||||
HBox: function (name,style) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user