Merge branch 'issue1013' into develop. Issue #1013.

This commit is contained in:
Davide P. Cervone 2015-01-21 08:50:34 -05:00
commit cb5df6ef2f

View File

@ -70,7 +70,10 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
if (!c.match(/[><VA.|=]/)) {return this.Other(name)} else {this.i++}
var top = this.stack.Top();
if (!top.isa(STACKITEM.array) || top.data.length) {this.CD_cell(name)}
if (!top.isa(STACKITEM.array) || top.data.length) {
this.CD_cell(name);
top = this.stack.Top();
}
//
// Add enough cells to place the arrow correctly
//