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:
dpvc 2010-10-10 23:41:08 +00:00
parent bb695a2d9a
commit c35cfc9e9f
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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]] =