Merge branch 'issue1013' into develop. Issue #1013.
This commit is contained in:
commit
cb5df6ef2f
|
@ -70,7 +70,10 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
|
||||||
if (!c.match(/[><VA.|=]/)) {return this.Other(name)} else {this.i++}
|
if (!c.match(/[><VA.|=]/)) {return this.Other(name)} else {this.i++}
|
||||||
|
|
||||||
var top = this.stack.Top();
|
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
|
// Add enough cells to place the arrow correctly
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue
Block a user