Skip to content

Commit

Permalink
Fix incorrect mapping of digamma in IE, and don't use variant forms (…
Browse files Browse the repository at this point in the history
…not sure why they were used in the first place, but they do not seem to be needed now)
  • Loading branch information
dpvc committed Jun 1, 2011
1 parent e9e3135 commit 3687469
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion extensions/TeX/AMSsymbols.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions unpacked/extensions/TeX/AMSsymbols.js
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------------------
*
* Copyright (c) 2009 Design Science, Inc.
* Copyright (c) 2009-2011 Design Science, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@
*/

MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
var VERSION = "1.1";
var VERSION = "1.1.1";

var MML = MathJax.ElementJax.mml;

Expand Down Expand Up @@ -336,10 +336,10 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
}
});

if (MathJax.Hub.Browser.isMSIE) {
MathJax.InputJax.TeX.Definitions.mathchar0mi.digamma = ['03DC',{variantForm: true}];
MathJax.InputJax.TeX.Definitions.mathchar0mi.varkappa = ['03F0',{variantForm: true}];
}
// if (MathJax.Hub.Browser.isMSIE) {
// MathJax.InputJax.TeX.Definitions.mathchar0mi.digamma = ['03DD',{variantForm: true}];
// MathJax.InputJax.TeX.Definitions.mathchar0mi.varkappa = ['03F0',{variantForm: true}];
// }
});

MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
Expand Down

0 comments on commit 3687469

Please sign in to comment.