Fixed typo in documentation
This commit is contained in:
parent
f46cc5c6b4
commit
827c4b3e32
|
@ -145,14 +145,14 @@ behavior of MathJax. They are given with their default values.
|
|||
which case you will need to call :meth:`MathJax.Hub.Typeset()`
|
||||
yourself by hand, set this value to ``true``.
|
||||
|
||||
.. describe:: element: []
|
||||
.. describe:: elements: []
|
||||
|
||||
This is a list of DOM element ID's that are the ones to process for
|
||||
mathematics when any of the Hub typesetting calls (Typeset, Process,
|
||||
Update, etc.) are called with no element specified, and during
|
||||
Update, etc.) are called with no element specified, and during
|
||||
MathJax's initial typesetting run when it starts up. This lets you
|
||||
restrict the processing to particular containers rather than scanning
|
||||
the entire document for mathematics. If none are supplied, the entire
|
||||
the entire document for mathematics. If none are supplied, the complete
|
||||
document is processed.
|
||||
|
||||
.. describe:: menuSettings: { ... }
|
||||
|
@ -227,4 +227,4 @@ behavior of MathJax. They are given with their default values.
|
|||
explicit configuration in the event that the `jax` array is empty
|
||||
after configuration is complete. If you really intend that array to
|
||||
be empty, set this flag to ``false``. Note that setting this to false
|
||||
does **not** cause a default configuration file to be loaded.
|
||||
does **not** cause a default configuration file to be loaded.
|
||||
|
|
|
@ -121,7 +121,7 @@ MathML that works in all modern browsers.</p>
|
|||
</li>
|
||||
</ul>
|
||||
<hr class="docutils" />
|
||||
<p>This version of the documentation was built March 09, 2011.</p>
|
||||
<p>This version of the documentation was built March 24, 2011.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -210,13 +210,13 @@ yourself by hand, set this value to <tt class="docutils literal"><span class="pr
|
|||
|
||||
<dl class="describe">
|
||||
<dt>
|
||||
<tt class="descname">element: []</tt></dt>
|
||||
<tt class="descname">elements: []</tt></dt>
|
||||
<dd><p>This is a list of DOM element ID’s that are the ones to process for
|
||||
mathematics when any of the Hub typesetting calls (Typeset, Process,
|
||||
Update, etc.) are called with no element specified, and during
|
||||
Update, etc.) are called with no element specified, and during
|
||||
MathJax’s initial typesetting run when it starts up. This lets you
|
||||
restrict the processing to particular containers rather than scanning
|
||||
the entire document for mathematics. If none are supplied, the entire
|
||||
the entire document for mathematics. If none are supplied, the complete
|
||||
document is processed.</p>
|
||||
</dd></dl>
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -145,14 +145,14 @@ behavior of MathJax. They are given with their default values.
|
|||
which case you will need to call :meth:`MathJax.Hub.Typeset()`
|
||||
yourself by hand, set this value to ``true``.
|
||||
|
||||
.. describe:: element: []
|
||||
.. describe:: elements: []
|
||||
|
||||
This is a list of DOM element ID's that are the ones to process for
|
||||
mathematics when any of the Hub typesetting calls (Typeset, Process,
|
||||
Update, etc.) are called with no element specified, and during
|
||||
Update, etc.) are called with no element specified, and during
|
||||
MathJax's initial typesetting run when it starts up. This lets you
|
||||
restrict the processing to particular containers rather than scanning
|
||||
the entire document for mathematics. If none are supplied, the entire
|
||||
the entire document for mathematics. If none are supplied, the complete
|
||||
document is processed.
|
||||
|
||||
.. describe:: menuSettings: { ... }
|
||||
|
@ -227,4 +227,4 @@ behavior of MathJax. They are given with their default values.
|
|||
explicit configuration in the event that the `jax` array is empty
|
||||
after configuration is complete. If you really intend that array to
|
||||
be empty, set this flag to ``false``. Note that setting this to false
|
||||
does **not** cause a default configuration file to be loaded.
|
||||
does **not** cause a default configuration file to be loaded.
|
||||
|
|
Loading…
Reference in New Issue
Block a user