commit 838cb730cfc1269078065d980b8fd80506cb6182
parent c4da088220929b63af5e36915f1225d24706df14
Author: Davide P. Cervone <dpvc@union.edu>
Date: Tue, 16 Apr 2013 13:11:32 -0400
Make \smallfrown and \smallsmile come from the variant font so it has the correct size. Resolves issue #436.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/unpacked/extensions/TeX/AMSsymbols.js b/unpacked/extensions/TeX/AMSsymbols.js
@@ -177,9 +177,9 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
vDash: '22A8',
Vdash: '22A9',
Vvdash: '22AA',
- smallsmile: '2323',
+ smallsmile: ['2323',{variantForm: true}],
shortmid: ['2223',{variantForm: true}],
- smallfrown: '2322',
+ smallfrown: ['2322',{variantForm: true}],
shortparallel: ['2225',{variantForm: true}],
bumpeq: '224F',
between: '226C',