www

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

commit 57a895a8914d002ed6479ee380f188003463f9ad
parent 9a5028d119ef27413c35960844adf5ba355d57bc
Author: Davide Cervone <dpvc@union.edu>
Date:   Mon, 16 Aug 2010 19:32:26 +0000

Added comment indicating that additional options canbe included, as suggested in https://sourceforge.net/projects/mathjax/forums/forum/948700/topic/3810701

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@582 b8fd5906-0fad-46e2-a0d3-10d94ff285d1

Diffstat:
Mmathjax/config/MathJax.js | 12++++++++++++
Mmathjax/unpacked/config/MathJax.js | 12++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)

diff --git 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 @@ -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({ //