www

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

commit 3ff16901e6a102880264f355c5c3e4a63a9ea900
parent 3cdcd73b01a0a3407586934e3fb63f06d35bc9c3
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri,  4 Dec 2015 10:31:51 -0500

Undo change in \underline (remove accent=false) since this produces poor results.  Issue #1255.

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 @@ -801,7 +801,7 @@ nolimits: ['Limits',0], overline: ['UnderOver','00AF',null,1], - underline: ['UnderOver','005F',null,1], + underline: ['UnderOver','005F'], overbrace: ['UnderOver','23DE',1], underbrace: ['UnderOver','23DF',1], overparen: ['UnderOver','23DC'],