commit 74cb04a9e055babfa6fbee22922d60543397c770
parent 24a3e30526d5a4fa9c92a9638e2797d9c7f74a85
Author: Davide P. Cervone <dpvc@union.edu>
Date: Tue, 26 Jul 2011 19:19:01 -0400
Fix \thickapprox to use the correct glyph (resolves issue #145)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unpacked/extensions/TeX/AMSsymbols.js b/unpacked/extensions/TeX/AMSsymbols.js
@@ -148,7 +148,7 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
backsim: '223D',
thicksim: ['223C',{variantForm: true}],
backsimeq: '22CD',
- thickapprox: '2248',
+ thickapprox: ['2248',{variantForm: true}],
subseteqq: '2AC5',
supseteqq: '2AC6',
Subset: '22D0',