www

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

commit fe5d05f07b180dd59965d5e84686547a71fb48d6
parent 60c69e1d1fe5904714414ae4ceb0708201ee3450
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Wed, 30 Sep 2015 21:51:36 -0400

Fix spacing of eqnarray environment.  Resolves issue #1272

Diffstat:
Munpacked/extensions/TeX/AMSmath.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/unpacked/extensions/TeX/AMSmath.js b/unpacked/extensions/TeX/AMSmath.js @@ -140,8 +140,8 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () { 'equation': ['EquationBegin','Equation',true], 'equation*': ['EquationBegin','EquationStar',false], - eqnarray: ['AMSarray',null,true,true, 'rcl',COLS([0]),".5em"], - 'eqnarray*': ['AMSarray',null,false,true,'rcl',COLS([0]),".5em"] + eqnarray: ['AMSarray',null,true,true, 'rcl',"0 "+MML.LENGTH.THICKMATHSPACE,".5em"], + 'eqnarray*': ['AMSarray',null,false,true,'rcl',"0 "+MML.LENGTH.THICKMATHSPACE,".5em"] }, delimiter: {