www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cb5df6ef2f628dff433b214b6bc9144ce06ed8ac
parent 4e9a33e256f2eb78e67cd2b637800483d8b33935
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Wed, 21 Jan 2015 08:50:34 -0500

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

Diffstat:
Munpacked/extensions/TeX/AMScd.js | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/unpacked/extensions/TeX/AMScd.js b/unpacked/extensions/TeX/AMScd.js @@ -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 //