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()`
|
which case you will need to call :meth:`MathJax.Hub.Typeset()`
|
||||||
yourself by hand, set this value to ``true``.
|
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
|
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,
|
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
|
MathJax's initial typesetting run when it starts up. This lets you
|
||||||
restrict the processing to particular containers rather than scanning
|
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.
|
document is processed.
|
||||||
|
|
||||||
.. describe:: menuSettings: { ... }
|
.. describe:: menuSettings: { ... }
|
||||||
|
|
|
@ -121,7 +121,7 @@ MathML that works in all modern browsers.</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr class="docutils" />
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -210,13 +210,13 @@ yourself by hand, set this value to <tt class="docutils literal"><span class="pr
|
||||||
|
|
||||||
<dl class="describe">
|
<dl class="describe">
|
||||||
<dt>
|
<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
|
<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,
|
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
|
MathJax’s initial typesetting run when it starts up. This lets you
|
||||||
restrict the processing to particular containers rather than scanning
|
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>
|
document is processed.</p>
|
||||||
</dd></dl>
|
</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()`
|
which case you will need to call :meth:`MathJax.Hub.Typeset()`
|
||||||
yourself by hand, set this value to ``true``.
|
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
|
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,
|
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
|
MathJax's initial typesetting run when it starts up. This lets you
|
||||||
restrict the processing to particular containers rather than scanning
|
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.
|
document is processed.
|
||||||
|
|
||||||
.. describe:: menuSettings: { ... }
|
.. describe:: menuSettings: { ... }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user