www

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

commit a1bd4704ec180821476af647dd09d85dfbe5b5c1
parent 311b800451d80c1a142efe07ba59c7c8ea824421
Author: Robert Miner <robertm@dessci.com>
Date:   Thu, 16 Sep 2010 22:58:38 +0000

fixed bad typos in sample config code s/C/c/

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

Diffstat:
Mmathjax/docs/rst/configuration.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mathjax/docs/rst/configuration.rst b/mathjax/docs/rst/configuration.rst @@ -142,7 +142,7 @@ provide are defined for use on the page. .. code-block:: javascript - MathJax.Hub.config({ + MathJax.Hub.Config({ extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"], jax: ["input/TeX","output/HTML-CSS"], tex2jax: { @@ -179,7 +179,7 @@ formulas. .. code-block:: javascript - MathJax.Hub.config({ + MathJax.Hub.Config({ extensions: ["mml2jax.js"], jax: ["input/MathML","output/HTML-CSS"] }); @@ -206,7 +206,7 @@ TeX and MathML input jax to do the job. .. code-block:: javascript - MathJax.Hub.config({ + MathJax.Hub.Config({ extensions: ["tex2jax.js", "mml2jax.js"], jax: ["input/TeX", "input/MathML", "output/HTML-CSS"], });