diff --git a/mathjax/docs/html/.doctrees/HTML-snippets.doctree b/mathjax/docs/html/.doctrees/HTML-snippets.doctree index 5c0215a86..e81715950 100644 Binary files a/mathjax/docs/html/.doctrees/HTML-snippets.doctree and b/mathjax/docs/html/.doctrees/HTML-snippets.doctree differ diff --git a/mathjax/docs/html/.doctrees/environment.pickle b/mathjax/docs/html/.doctrees/environment.pickle index fe4c11adf..2348e3cba 100644 Binary files a/mathjax/docs/html/.doctrees/environment.pickle and b/mathjax/docs/html/.doctrees/environment.pickle differ diff --git a/mathjax/docs/html/.doctrees/output.doctree b/mathjax/docs/html/.doctrees/output.doctree index 6c3d3b4c4..c0a8ea358 100644 Binary files a/mathjax/docs/html/.doctrees/output.doctree and b/mathjax/docs/html/.doctrees/output.doctree differ diff --git a/mathjax/docs/html/.doctrees/platforms/movable-type.doctree b/mathjax/docs/html/.doctrees/platforms/movable-type.doctree index 7aefc1a6b..63641fbb1 100644 Binary files a/mathjax/docs/html/.doctrees/platforms/movable-type.doctree and b/mathjax/docs/html/.doctrees/platforms/movable-type.doctree differ diff --git a/mathjax/docs/html/.doctrees/tex.doctree b/mathjax/docs/html/.doctrees/tex.doctree index 92f08a124..6148eca82 100644 Binary files a/mathjax/docs/html/.doctrees/tex.doctree and b/mathjax/docs/html/.doctrees/tex.doctree differ diff --git a/mathjax/docs/html/HTML-snippets.html b/mathjax/docs/html/HTML-snippets.html index 47e3a9004..75a722463 100644 --- a/mathjax/docs/html/HTML-snippets.html +++ b/mathjax/docs/html/HTML-snippets.html @@ -54,8 +54,8 @@ snippet using a JavaScript object. This lets you include HTML in your configutation files even though they are not HTML files themselves. The format is fairly simple, but flexible enough to let you represent complicated HTML trees.

-

An HTML snippet is an array consisting of a series elements that formt -he HTML tree. Those elements are one of two things: either a string, +

An HTML snippet is an array consisting of a series of elements that format +the HTML tree. Those elements are one of two things: either a string, which represents text to be included in the snippet, or an array, which represents an HTML tag to be included. In the latter case, the array consists of three items: a string that is the tag name (e.g., diff --git a/mathjax/docs/html/_sources/HTML-snippets.txt b/mathjax/docs/html/_sources/HTML-snippets.txt index 305f0c624..21427aaa0 100644 --- a/mathjax/docs/html/_sources/HTML-snippets.txt +++ b/mathjax/docs/html/_sources/HTML-snippets.txt @@ -10,8 +10,8 @@ configutation files even though they are not HTML files themselves. The format is fairly simple, but flexible enough to let you represent complicated HTML trees. -An HTML snippet is an array consisting of a series elements that formt -he HTML tree. Those elements are one of two things: either a string, +An HTML snippet is an array consisting of a series of elements that format +the HTML tree. Those elements are one of two things: either a string, which represents text to be included in the snippet, or an array, which represents an HTML tag to be included. In the latter case, the array consists of three items: a string that is the tag name (e.g., diff --git a/mathjax/docs/html/_sources/output.txt b/mathjax/docs/html/_sources/output.txt index 30e7b20a3..05705a4a6 100644 --- a/mathjax/docs/html/_sources/output.txt +++ b/mathjax/docs/html/_sources/output.txt @@ -95,13 +95,13 @@ HTML-CSS with IE8 Internet Explorer 8 has at least eight different rendering modes in which can operate, and that are triggered by the `DOCTYPE` of the -document being viewed. It's "quirks" mode is its fasted mode, and its +document being viewed. Its "quirks" mode is its fastest mode, and its "IE8 standards" mode is its slowest. This is the mode triggered by strict HTML document types, and since most modern content management systems now include a `DOCTYPE` that activates "standards" mode, IE8 will operate in its slowest manner. This is particularly apparent when MathJax is used, since IE8 in standards mode runs 20 to 30 times -slower than its does in its IE7 emulation mode, and 60 times slower +slower than it does in its IE7 emulation mode, and 60 times slower than in quirks mode. Most users find this speed reduction unacceptable when there is much @@ -115,7 +115,7 @@ mode. You can accomplish this by including the line at the top of the ```` section of your HTML documents. This lets you keep the strict `DOCTYPE` for validation purposes, while -still managing to get reasonable perforance from Internext Explorer +still managing to get reasonable perforance from Internet Explorer 8. Note that this line must come at the beginning of the ````, before any stylesheets or other content are loaded. diff --git a/mathjax/docs/html/_sources/platforms/movable-type.txt b/mathjax/docs/html/_sources/platforms/movable-type.txt index 86ae2dba5..c98725991 100644 --- a/mathjax/docs/html/_sources/platforms/movable-type.txt +++ b/mathjax/docs/html/_sources/platforms/movable-type.txt @@ -1,8 +1,8 @@ .. _platform-movable-type: -========================== -Using MathJax in WordPress -========================== +============================= +Using MathJax in Movable Type +============================= These instructions assume you already have placed the MathJax files on your server (see :ref:`Installing and Testing MathJax `). diff --git a/mathjax/docs/html/_sources/tex.txt b/mathjax/docs/html/_sources/tex.txt index 970b2edee..c73aa170d 100644 --- a/mathjax/docs/html/_sources/tex.txt +++ b/mathjax/docs/html/_sources/tex.txt @@ -9,8 +9,8 @@ The support for TeX and LaTeX in MathJax consists of two parts: the these looks for mathematics within your web page (indicated by math delimiters like ``$$...$$``) and marks the mathematics for later processing by MathJax. The TeX input processor is what converts the -TeX notation into MathJax's internal format, where on of MathJax's -output processors then displays is in the web page. +TeX notation into MathJax's internal format, where one of MathJax's +output processors then displays it in the web page. The `tex2jax` preprocessor can be configured to look for whatever markers you want to use for your math delimiters. See the @@ -202,7 +202,7 @@ noUndefined The `noUndefined` extension causes undefined control sequences to be shown as their macro names rather than produce an error message. So -$X_{\xxx}$ would display as an "X" with a subscript consiting of the +``$X_{\xxx}$`` would display as an "X" with a subscript consiting of the text ``\xxx`` in red. To enable and configure this extension, use for example diff --git a/mathjax/docs/html/objects.inv b/mathjax/docs/html/objects.inv index 3e63435b7..aea651bbe 100644 Binary files a/mathjax/docs/html/objects.inv and b/mathjax/docs/html/objects.inv differ diff --git a/mathjax/docs/html/output.html b/mathjax/docs/html/output.html index 0b4f0c79d..a09dd0caf 100644 --- a/mathjax/docs/html/output.html +++ b/mathjax/docs/html/output.html @@ -22,7 +22,7 @@ - + @@ -33,7 +33,7 @@ index

  • - next |
  • HTML-CSS with IE8

    Internet Explorer 8 has at least eight different rendering modes in which can operate, and that are triggered by the DOCTYPE of the -document being viewed. It’s “quirks” mode is its fasted mode, and its +document being viewed. Its “quirks” mode is its fastest mode, and its “IE8 standards” mode is its slowest. This is the mode triggered by strict HTML document types, and since most modern content management systems now include a DOCTYPE that activates “standards” mode, IE8 will operate in its slowest manner. This is particularly apparent when MathJax is used, since IE8 in standards mode runs 20 to 30 times -slower than its does in its IE7 emulation mode, and 60 times slower +slower than it does in its IE7 emulation mode, and 60 times slower than in quirks mode.

    Most users find this speed reduction unacceptable when there is much mathematics on the page. To overcome this problem, you may wish to @@ -142,7 +142,7 @@ mode. You can accomplish this by including the line

    at the top of the <head> section of your HTML documents. This lets you keep the strict DOCTYPE for validation purposes, while -still managing to get reasonable perforance from Internext Explorer +still managing to get reasonable perforance from Internet Explorer 8. Note that this line must come at the beginning of the <head>, before any stylesheets or other content are loaded.

    Altertnatively, you can use the MMLorHTML configuration file @@ -171,8 +171,8 @@ the mathematics much more quickly.

    MathJax MathML Support

    Next topic

    -

    “Powered by MathJax”

    +

    The MathJax Community

    This Page

    @@ -54,8 +54,8 @@ these looks for mathematics within your web page (indicated by math delimiters like $$...$$) and marks the mathematics for later processing by MathJax. The TeX input processor is what converts the -TeX notation into MathJax’s internal format, where on of MathJax’s -output processors then displays is in the web page.

    +TeX notation into MathJax’s internal format, where one of MathJax’s +output processors then displays it in the web page.

    The tex2jax preprocessor can be configured to look for whatever markers you want to use for your math delimiters. See the tex2jax configuration options section for @@ -206,7 +206,7 @@ the paragraph, use

    noUndefined

    The noUndefined extension causes undefined control sequences to be shown as their macro names rather than produce an error message. So -$X_{xxx}$ would display as an “X” with a subscript consiting of the +$X_{\xxx}$ would display as an “X” with a subscript consiting of the text \xxx in red.

    To enable and configure this extension, use for example

    extensions: ["TeX/noUndefined.js", ...],
    @@ -1103,7 +1103,7 @@ Z
     
       

    Previous topic

    Using MathJax in WordPress

    + title="previous chapter">Using MathJax in Movable Type

    Next topic

    MathJax MathML Support

    @@ -1139,7 +1139,7 @@ Z next |
  • - previous |
  • MathJax v1.0 documentation »
  • diff --git a/mathjax/docs/rst/HTML-snippets.rst b/mathjax/docs/rst/HTML-snippets.rst index 305f0c624..21427aaa0 100644 --- a/mathjax/docs/rst/HTML-snippets.rst +++ b/mathjax/docs/rst/HTML-snippets.rst @@ -10,8 +10,8 @@ configutation files even though they are not HTML files themselves. The format is fairly simple, but flexible enough to let you represent complicated HTML trees. -An HTML snippet is an array consisting of a series elements that formt -he HTML tree. Those elements are one of two things: either a string, +An HTML snippet is an array consisting of a series of elements that format +the HTML tree. Those elements are one of two things: either a string, which represents text to be included in the snippet, or an array, which represents an HTML tag to be included. In the latter case, the array consists of three items: a string that is the tag name (e.g., diff --git a/mathjax/docs/rst/output.rst b/mathjax/docs/rst/output.rst index 30e7b20a3..05705a4a6 100644 --- a/mathjax/docs/rst/output.rst +++ b/mathjax/docs/rst/output.rst @@ -95,13 +95,13 @@ HTML-CSS with IE8 Internet Explorer 8 has at least eight different rendering modes in which can operate, and that are triggered by the `DOCTYPE` of the -document being viewed. It's "quirks" mode is its fasted mode, and its +document being viewed. Its "quirks" mode is its fastest mode, and its "IE8 standards" mode is its slowest. This is the mode triggered by strict HTML document types, and since most modern content management systems now include a `DOCTYPE` that activates "standards" mode, IE8 will operate in its slowest manner. This is particularly apparent when MathJax is used, since IE8 in standards mode runs 20 to 30 times -slower than its does in its IE7 emulation mode, and 60 times slower +slower than it does in its IE7 emulation mode, and 60 times slower than in quirks mode. Most users find this speed reduction unacceptable when there is much @@ -115,7 +115,7 @@ mode. You can accomplish this by including the line at the top of the ```` section of your HTML documents. This lets you keep the strict `DOCTYPE` for validation purposes, while -still managing to get reasonable perforance from Internext Explorer +still managing to get reasonable perforance from Internet Explorer 8. Note that this line must come at the beginning of the ````, before any stylesheets or other content are loaded. diff --git a/mathjax/docs/rst/platforms/movable-type.rst b/mathjax/docs/rst/platforms/movable-type.rst index 86ae2dba5..c98725991 100644 --- a/mathjax/docs/rst/platforms/movable-type.rst +++ b/mathjax/docs/rst/platforms/movable-type.rst @@ -1,8 +1,8 @@ .. _platform-movable-type: -========================== -Using MathJax in WordPress -========================== +============================= +Using MathJax in Movable Type +============================= These instructions assume you already have placed the MathJax files on your server (see :ref:`Installing and Testing MathJax `). diff --git a/mathjax/docs/rst/tex.rst b/mathjax/docs/rst/tex.rst index 970b2edee..c73aa170d 100644 --- a/mathjax/docs/rst/tex.rst +++ b/mathjax/docs/rst/tex.rst @@ -9,8 +9,8 @@ The support for TeX and LaTeX in MathJax consists of two parts: the these looks for mathematics within your web page (indicated by math delimiters like ``$$...$$``) and marks the mathematics for later processing by MathJax. The TeX input processor is what converts the -TeX notation into MathJax's internal format, where on of MathJax's -output processors then displays is in the web page. +TeX notation into MathJax's internal format, where one of MathJax's +output processors then displays it in the web page. The `tex2jax` preprocessor can be configured to look for whatever markers you want to use for your math delimiters. See the @@ -202,7 +202,7 @@ noUndefined The `noUndefined` extension causes undefined control sequences to be shown as their macro names rather than produce an error message. So -$X_{\xxx}$ would display as an "X" with a subscript consiting of the +``$X_{\xxx}$`` would display as an "X" with a subscript consiting of the text ``\xxx`` in red. To enable and configure this extension, use for example