Remove wrong second parameter to InternalMath call for text in \cases

This commit is contained in:
Davide P. Cervone 2011-04-27 08:02:04 -04:00
parent c3d122db71
commit dfdaabe5f6
8 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1395,7 +1395,7 @@
}
var text = string.substr(this.i,i-this.i);
if (!text.match(/^\s*\\text[^a-zA-Z]/)) {
this.Push.apply(this,this.InternalMath(text,this.stack.env));
this.Push.apply(this,this.InternalMath(text));
this.i = i;
}
}