commit af8efeafd5591347f2c54929096bab1430457b28 parent b372e763780da5f3e84571b14f3e6c636013e635 Author: Davide P. Cervone <dpvc@union.edu> Date: Wed, 21 Jan 2015 08:54:00 -0500 Merge remote-tracking branch 'dpvc/develop' into develop Diffstat:
| M | unpacked/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 //