Skip to content

Commit cb5df6e

Browse files
committed
Merge branch 'issue1013' into develop. Issue #1013.
2 parents 4e9a33e + 598c1e7 commit cb5df6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

unpacked/extensions/TeX/AMScd.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
7070
if (!c.match(/[><VA.|=]/)) {return this.Other(name)} else {this.i++}
7171

7272
var top = this.stack.Top();
73-
if (!top.isa(STACKITEM.array) || top.data.length) {this.CD_cell(name)}
73+
if (!top.isa(STACKITEM.array) || top.data.length) {
74+
this.CD_cell(name);
75+
top = this.stack.Top();
76+
}
7477
//
7578
// Add enough cells to place the arrow correctly
7679
//

0 commit comments

Comments
 (0)