We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e9a33e + 598c1e7 commit cb5df6eCopy full SHA for cb5df6e
unpacked/extensions/TeX/AMScd.js
@@ -70,7 +70,10 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
70
if (!c.match(/[><VA.|=]/)) {return this.Other(name)} else {this.i++}
71
72
var top = this.stack.Top();
73
- if (!top.isa(STACKITEM.array) || top.data.length) {this.CD_cell(name)}
+ if (!top.isa(STACKITEM.array) || top.data.length) {
74
+ this.CD_cell(name);
75
+ top = this.stack.Top();
76
+ }
77
//
78
// Add enough cells to place the arrow correctly
79
0 commit comments