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 MathJaxInternet 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.