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.
1 parent 90cd96c commit 2cbb068Copy full SHA for 2cbb068
unpacked/jax/output/HTML-CSS/autoload/mtable.js
@@ -76,8 +76,8 @@ MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
76
HD = bbox.h + bbox.d;
77
if (HD) {
78
min = HTMLCSS.length2em(min,mu,HD);
79
- if (min*bbox.h/HD > H[j]) {H[j] = min*bbox.h/HD}
80
- if (min*bbox.d/HD > D[j]) {D[j] = min*bbox.d/HD}
+ if (min*bbox.h/HD > H[i]) {H[i] = min*bbox.h/HD}
+ if (min*bbox.d/HD > D[i]) {D[i] = min*bbox.d/HD}
81
}
82
} else if (mo.HTMLcanStretch("Horizontal")) {
83
min = HTMLCSS.length2em(min,mu,bbox.w);
0 commit comments