Make sure movable limits is off for \underline and related macros (resolves issue at https://sourceforge.net/projects/mathjax/forums/forum/948700/topic/3873129)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@623 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
This commit is contained in:
parent
bb695a2d9a
commit
c35cfc9e9f
File diff suppressed because one or more lines are too long
|
@ -1203,6 +1203,7 @@
|
|||
UnderOver: function (name,c,stack) {
|
||||
var pos = {o: "over", u: "under"}[name.charAt(1)];
|
||||
var base = this.ParseArg(name);
|
||||
if (base.Get("movablelimits")) {base.movablelimits = false}
|
||||
var mml = MML.munderover(base,null,null);
|
||||
if (stack) {mml.movesupsub = TRUE}
|
||||
mml.data[mml[pos]] =
|
||||
|
|
Loading…
Reference in New Issue
Block a user