Remove wrong second parameter to InternalMath call for text in \cases
This commit is contained in:
parent
c3d122db71
commit
dfdaabe5f6
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
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user