Merge remote-tracking branch 'dpvc/develop' into develop

This commit is contained in:
Davide P. Cervone 2015-01-21 08:54:00 -05:00
commit af8efeafd5

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
//