www

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

commit 04295783bc9b32ba1b362857b2ab62a37c96cd23
parent 1e8ae72201b3a92d0b7da026316b60f370722468
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Mon, 21 Apr 2014 05:57:10 -0400

Make sure \bmod gets space even in scripts.  Resolves issue #794.

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

diff --git a/unpacked/jax/input/TeX/jax.js b/unpacked/jax/input/TeX/jax.js @@ -917,7 +917,7 @@ leqalignno: ['Matrix',null,null,"right left right",MML.LENGTH.THICKMATHSPACE+" 3em",".5em",'D'], // TeX substitution macros - bmod: ['Macro','\\mathbin{\\mmlToken{mo}{mod}}'], + bmod: ['Macro','\\mmlToken{mo}[lspace="thickmathspace" rspace="thickmathspace"]{mod}'], pmod: ['Macro','\\pod{\\mmlToken{mi}{mod}\\kern 6mu #1}',1], mod: ['Macro','\\mathchoice{\\kern18mu}{\\kern12mu}{\\kern12mu}{\\kern12mu}\\mmlToken{mi}{mod}\\,\\,#1',1], pod: ['Macro','\\mathchoice{\\kern18mu}{\\kern8mu}{\\kern8mu}{\\kern8mu}(#1)',1],