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
This commit is contained in:
parent
311b800451
commit
a1bd4704ec
|
@ -142,7 +142,7 @@ provide are defined for use on the page.
|
||||||
|
|
||||||
.. code-block:: javascript
|
.. code-block:: javascript
|
||||||
|
|
||||||
MathJax.Hub.config({
|
MathJax.Hub.Config({
|
||||||
extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
|
extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
|
||||||
jax: ["input/TeX","output/HTML-CSS"],
|
jax: ["input/TeX","output/HTML-CSS"],
|
||||||
tex2jax: {
|
tex2jax: {
|
||||||
|
@ -179,7 +179,7 @@ formulas.
|
||||||
|
|
||||||
.. code-block:: javascript
|
.. code-block:: javascript
|
||||||
|
|
||||||
MathJax.Hub.config({
|
MathJax.Hub.Config({
|
||||||
extensions: ["mml2jax.js"],
|
extensions: ["mml2jax.js"],
|
||||||
jax: ["input/MathML","output/HTML-CSS"]
|
jax: ["input/MathML","output/HTML-CSS"]
|
||||||
});
|
});
|
||||||
|
@ -206,7 +206,7 @@ TeX and MathML input jax to do the job.
|
||||||
|
|
||||||
.. code-block:: javascript
|
.. code-block:: javascript
|
||||||
|
|
||||||
MathJax.Hub.config({
|
MathJax.Hub.Config({
|
||||||
extensions: ["tex2jax.js", "mml2jax.js"],
|
extensions: ["tex2jax.js", "mml2jax.js"],
|
||||||
jax: ["input/TeX", "input/MathML", "output/HTML-CSS"],
|
jax: ["input/TeX", "input/MathML", "output/HTML-CSS"],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user