From b082a4869278095bc8d17a0136018c64ab0e4156 Mon Sep 17 00:00:00 2001 From: dpvc Date: Mon, 16 Aug 2010 19:32:26 +0000 Subject: [PATCH] Added comment indicating that additional options canbe included, as suggested in https://sourceforge.net/projects/mathjax/forums/forum/948700/topic/3810701 --- mathjax/config/MathJax.js | 12 ++++++++++++ mathjax/unpacked/config/MathJax.js | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/mathjax/config/MathJax.js b/mathjax/config/MathJax.js index f3327a61c..0a0ef74be 100644 --- a/mathjax/config/MathJax.js +++ b/mathjax/config/MathJax.js @@ -24,6 +24,18 @@ * limitations under the License. */ + +/* + * This file lists most, but not all, of the options that can be set for + * MathJax and its various components. Some additional options are + * available, however, and are listed in the various links at: + * + * http://www.mathjax.org/resources/docs/?configuration.html#configuration-options-by-component + * + * You can add these to the configuration object below if you + * want to change them from their default values. + */ + MathJax.Hub.Config({ // diff --git a/mathjax/unpacked/config/MathJax.js b/mathjax/unpacked/config/MathJax.js index f3327a61c..0a0ef74be 100644 --- a/mathjax/unpacked/config/MathJax.js +++ b/mathjax/unpacked/config/MathJax.js @@ -24,6 +24,18 @@ * limitations under the License. */ + +/* + * This file lists most, but not all, of the options that can be set for + * MathJax and its various components. Some additional options are + * available, however, and are listed in the various links at: + * + * http://www.mathjax.org/resources/docs/?configuration.html#configuration-options-by-component + * + * You can add these to the configuration object below if you + * want to change them from their default values. + */ + MathJax.Hub.Config({ //