www

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

commit e7c928fa3e0d225c6ea8ceaa316d49cb5ed9574f
parent a9ab53ece81098cc0f34d54690b0b22de9c6063e
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri, 10 Jul 2015 11:43:23 -0400

Handle spacing in alignedat environment (like 811 and 982).  Resolves issue #1028.

Diffstat:
Munpacked/extensions/TeX/AMSmath.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/extensions/TeX/AMSmath.js b/unpacked/extensions/TeX/AMSmath.js @@ -333,7 +333,7 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () { while (n > 0) {align += "rl"; spacing.push("0em 0em"); n--} spacing = spacing.join(" "); if (taggable) {return this.AMSarray(begin,numbered,taggable,align,spacing)} - var array = this.Array.call(this,begin,null,null,align,spacing,".5em",'D'); + var array = this.AMSarray(begin,numbered,taggable,align,spacing); return this.setArrayAlign(array,valign); },