merge from docs-update and change version number to 1.1a
This commit is contained in:
commit
a130562da2
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>CSS Style Objects — MathJax v1.1 documentation</title>
|
||||
<title>CSS Style Objects — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="Glossary" href="glossary.html" />
|
||||
<link rel="prev" title="Describing HTML snippets" href="HTML-snippets.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="HTML-snippets.html" title="Describing HTML snippets"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -159,7 +159,7 @@ samples. In particular, the <tt class="docutils literal"><span class="pre">exte
|
|||
<li class="right" >
|
||||
<a href="HTML-snippets.html" title="Describing HTML snippets"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Describing HTML snippets — MathJax v1.1 documentation</title>
|
||||
<title>Describing HTML snippets — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="CSS Style Objects" href="CSS-styles.html" />
|
||||
<link rel="prev" title="The MathJax Object-Oriented Programming Model" href="api/object.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="api/object.html" title="The MathJax Object-Oriented Programming Model"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -156,7 +156,7 @@ This is bold text shown in red
|
|||
<li class="right" >
|
||||
<a href="api/object.html" title="The MathJax Object-Oriented Programming Model"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -63,7 +63,7 @@ Properties
|
|||
.. describe:: loadHooks
|
||||
|
||||
An object containing the load hooks for the various files, set up by
|
||||
the :meth:`loadHook()` method, or by the
|
||||
the :meth:`LoadHook()` method, or by the
|
||||
:meth:`MathJax.Hub.Register.LoadHook()` method.
|
||||
|
||||
|
||||
|
@ -142,7 +142,7 @@ Methods
|
|||
- **file** --- the name of the file that failed to load
|
||||
:Returns: ``null``
|
||||
|
||||
.. method:: loadHook(file,callback)
|
||||
.. method:: LoadHook(file,callback)
|
||||
|
||||
Registers a callback to be executed when the given file is
|
||||
loaded. The file load operation needs to be started when this
|
||||
|
|
|
@ -83,10 +83,10 @@ A callback specification is any one of the following:
|
|||
|
||||
.. code-block:: javascript
|
||||
|
||||
["length",[1,2,3,4]]
|
||||
["toString",[1,2,3,4]]
|
||||
|
||||
would call the `length` method on the array ``[1,2,3,4]`` when
|
||||
the callback is called, returning ``4``.
|
||||
would call the `toString` method on the array ``[1,2,3,4]`` when
|
||||
the callback is called, returning ``1,2,3,4``.
|
||||
|
||||
.. describe:: ["method", object, data...]
|
||||
|
||||
|
@ -220,7 +220,7 @@ MathJax.Callback Methods
|
|||
- **callback** --- the callback specification
|
||||
:Returns: the callback object
|
||||
|
||||
.. method:: executeHooks(hooks[, data[,reset]])
|
||||
.. method:: ExecuteHooks(hooks[, data[,reset]])
|
||||
|
||||
Calls each callback in the `hooks` array (or the single hook if it
|
||||
is not an array), passing it the arguments stored in the data
|
||||
|
@ -229,7 +229,7 @@ MathJax.Callback Methods
|
|||
executed. If any of the hooks returns a `Callback` object, then
|
||||
it collects those callbacks and returns a new callback that will
|
||||
execute when all the ones returned by the hooks have been
|
||||
completed. Otherwise, :meth:`MathJax.Callback.executeHooks()`
|
||||
completed. Otherwise, :meth:`MathJax.Callback.ExecuteHooks()`
|
||||
returns ``null``.
|
||||
|
||||
:Parameters:
|
||||
|
|
|
@ -39,7 +39,7 @@ Methods
|
|||
var div = MathJax.HTML.Element(
|
||||
"div",
|
||||
{id: "MathDiv", style:{border:"1px solid", padding:"5px"}},
|
||||
["Here is math: $x+1$",["br"],"and a display $$x+1\\over x-1$$"]
|
||||
["Here is math: \\(x+1\\)",["br"],"and a display $$x+1\\over x-1$$"]
|
||||
);
|
||||
|
||||
:Parameters:
|
||||
|
@ -81,7 +81,7 @@ Methods
|
|||
- **text** --- the text for the new node
|
||||
:Returns: the new text node
|
||||
|
||||
.. method:: setText(script,text)
|
||||
.. method:: setScript(script,text)
|
||||
|
||||
Sets the contents of the ``script`` element to be the given
|
||||
``text``, properly taking into account the browser limitations and
|
||||
|
|
|
@ -16,7 +16,7 @@ For example:
|
|||
.. code-block:: javascript
|
||||
|
||||
MathJax.Object.Foo = MathJax.Object.Subclass({
|
||||
Init: function (x) {this.SetX(x)},
|
||||
Init: function (x) {this.setX(x)},
|
||||
getX: function () {return this.x},
|
||||
setX: function (x) {this.x = x}
|
||||
});
|
||||
|
|
|
@ -37,11 +37,11 @@ Main MathJax Components
|
|||
Contains the code for managing MathJax callbacks, queues and
|
||||
signals.
|
||||
|
||||
.. describe:: MathJax.Extensions
|
||||
.. describe:: MathJax.Extension
|
||||
|
||||
Initially empty, this is where extensions can load their code.
|
||||
For example, the `tex2jax` preprocessor creates
|
||||
``MathJax.Extensions.tex2jax`` for its code and variables.
|
||||
``MathJax.Extension.tex2jax`` for its code and variables.
|
||||
|
||||
.. describe:: MathJax.Object
|
||||
|
||||
|
|
|
@ -161,7 +161,7 @@ behavior of MathJax. They are given with their default values.
|
|||
that act as the defaults for the user's settings in that menu.
|
||||
The possible values are:
|
||||
|
||||
.. describe:: zoom: "none"
|
||||
.. describe:: zoom: "None"
|
||||
|
||||
This indicates when typeset mathematics should be zoomed. It
|
||||
can be set to ``"None"``, ``"Hover"``, ``"Click"``, or
|
||||
|
|
|
@ -103,14 +103,14 @@ pushed into the queue:
|
|||
|
||||
6. Load the extension files:
|
||||
|
||||
- Post the ``Begin Extension`` startup signal
|
||||
- Post the ``Begin Extensions`` startup signal
|
||||
- Load the files from the ``MathJax.Hub.config.extensions`` array
|
||||
|
||||
- Most extensions will post a ``Extension [name] Ready``
|
||||
startup message when they are loaded (where ``[name]`` is
|
||||
the name of the extension)
|
||||
- Most extensions will post a ``[name] Ready`` or ``Extension
|
||||
[name] Ready`` startup message when they are loaded (where
|
||||
``[name]`` is the name of the extension)
|
||||
|
||||
- Post the ``End Extension`` startup signal
|
||||
- Post the ``End Extensions`` startup signal
|
||||
|
||||
..
|
||||
|
||||
|
|
|
@ -371,6 +371,7 @@ Symbols
|
|||
{
|
||||
}
|
||||
~
|
||||
'
|
||||
|
||||
\ (backslash-space)
|
||||
\!
|
||||
|
|
|
@ -87,14 +87,14 @@ For example, suppose you have the following HTML in your document
|
|||
.. code-block:: html
|
||||
|
||||
<div id="MathDiv">
|
||||
The answer you provided is: ${}$.
|
||||
The answer you provided is: \({}\).
|
||||
</div>
|
||||
|
||||
and MathJax has already preprocessed and typeset the mathematics
|
||||
within dollar signs (it will be blank). A student has typed
|
||||
something elsewhere on the page, and you want to typeset their answer
|
||||
in the location of the mathematics that is already there. You could
|
||||
replace the entire contents of the `MathDiv` element and call
|
||||
within the div. A student has typed something elsewhere on the page,
|
||||
and you want to typeset their answer in the location of the
|
||||
mathematics that is already there. You could replace the entire
|
||||
contents of the `MathDiv` element and call
|
||||
:meth:`MathJax.Hub.Typeset()` as described above, but there is a more
|
||||
efficient approach, which is to ask MathJax for the element jax for
|
||||
the mathematics, and call its method for replacing the formula shown
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax.Ajax Object — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax.Ajax Object — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="The MathJax API" href="index.html" />
|
||||
<link rel="next" title="The MathJax.Message Object" href="message.html" />
|
||||
<link rel="prev" title="The MathJax.Hub Object" href="hub.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="hub.html" title="The MathJax.Hub Object"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -118,7 +118,7 @@ additional internal data.</p>
|
|||
<dt>
|
||||
<tt class="descname">loadHooks</tt></dt>
|
||||
<dd><p>An object containing the load hooks for the various files, set up by
|
||||
the <a class="reference internal" href="#loadHook" title="loadHook"><tt class="xref py py-meth docutils literal"><span class="pre">loadHook()</span></tt></a> method, or by the
|
||||
the <a class="reference internal" href="#LoadHook" title="LoadHook"><tt class="xref py py-meth docutils literal"><span class="pre">LoadHook()</span></tt></a> method, or by the
|
||||
<tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Register.LoadHook()</span></tt> method.</p>
|
||||
</dd></dl>
|
||||
|
||||
|
@ -257,8 +257,8 @@ puts a warning message into the MathJax message box on screen.</p>
|
|||
</dd></dl>
|
||||
|
||||
<dl class="method">
|
||||
<dt id="loadHook">
|
||||
<tt class="descname">loadHook</tt><big>(</big><em>file</em>, <em>callback</em><big>)</big><a class="headerlink" href="#loadHook" title="Permalink to this definition">¶</a></dt>
|
||||
<dt id="LoadHook">
|
||||
<tt class="descname">LoadHook</tt><big>(</big><em>file</em>, <em>callback</em><big>)</big><a class="headerlink" href="#LoadHook" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Registers a callback to be executed when the given file is
|
||||
loaded. The file load operation needs to be started when this
|
||||
method is called, so it can be used to register a hook for a file
|
||||
|
@ -423,7 +423,7 @@ actual root URL location).</p>
|
|||
<li class="right" >
|
||||
<a href="hub.html" title="The MathJax.Hub Object"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax.Callback Class — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax.Callback Class — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="The MathJax API" href="index.html" />
|
||||
<link rel="next" title="The MathJax.Callback.Queue Class" href="queue.html" />
|
||||
<link rel="prev" title="The MathJax.HTML Object" href="html.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="html.html" title="The MathJax.HTML Object"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -128,11 +128,11 @@ the function as well.</p>
|
|||
<div><p>Here, <cite>object</cite> is an object that has a method called <cite>method</cite>, and
|
||||
the callback will execute that method (with the object as
|
||||
<cite>this</cite>) when it is called. For example,</p>
|
||||
<div class="highlight-javascript"><div class="highlight"><pre><span class="p">[</span><span class="s2">"length"</span><span class="p">,[</span><span class="mi">1</span><span class="p">,</span><span class="mi">2</span><span class="p">,</span><span class="mi">3</span><span class="p">,</span><span class="mi">4</span><span class="p">]]</span>
|
||||
<div class="highlight-javascript"><div class="highlight"><pre><span class="p">[</span><span class="s2">"toString"</span><span class="p">,[</span><span class="mi">1</span><span class="p">,</span><span class="mi">2</span><span class="p">,</span><span class="mi">3</span><span class="p">,</span><span class="mi">4</span><span class="p">]]</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>would call the <cite>length</cite> method on the array <tt class="docutils literal"><span class="pre">[1,2,3,4]</span></tt> when
|
||||
the callback is called, returning <tt class="docutils literal"><span class="pre">4</span></tt>.</p>
|
||||
<p>would call the <cite>toString</cite> method on the array <tt class="docutils literal"><span class="pre">[1,2,3,4]</span></tt> when
|
||||
the callback is called, returning <tt class="docutils literal"><span class="pre">1,2,3,4</span></tt>.</p>
|
||||
</div></blockquote>
|
||||
<dl class="describe">
|
||||
<dt>
|
||||
|
@ -289,8 +289,8 @@ commands.</p>
|
|||
</dd></dl>
|
||||
|
||||
<dl class="method">
|
||||
<dt id="executeHooks">
|
||||
<tt class="descname">executeHooks</tt><big>(</big><em>hooks</em><span class="optional">[</span>, <em>data</em><span class="optional">[</span>, <em>reset</em><span class="optional">]</span><span class="optional">]</span><big>)</big><a class="headerlink" href="#executeHooks" title="Permalink to this definition">¶</a></dt>
|
||||
<dt id="ExecuteHooks">
|
||||
<tt class="descname">ExecuteHooks</tt><big>(</big><em>hooks</em><span class="optional">[</span>, <em>data</em><span class="optional">[</span>, <em>reset</em><span class="optional">]</span><span class="optional">]</span><big>)</big><a class="headerlink" href="#ExecuteHooks" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Calls each callback in the <cite>hooks</cite> array (or the single hook if it
|
||||
is not an array), passing it the arguments stored in the data
|
||||
array. If <cite>reset</cite> is <tt class="docutils literal"><span class="pre">true</span></tt>, then the callback’s
|
||||
|
@ -298,7 +298,7 @@ array. If <cite>reset</cite> is <tt class="docutils literal"><span class="pre">
|
|||
executed. If any of the hooks returns a <cite>Callback</cite> object, then
|
||||
it collects those callbacks and returns a new callback that will
|
||||
execute when all the ones returned by the hooks have been
|
||||
completed. Otherwise, <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Callback.executeHooks()</span></tt>
|
||||
completed. Otherwise, <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Callback.ExecuteHooks()</span></tt>
|
||||
returns <tt class="docutils literal"><span class="pre">null</span></tt>.</p>
|
||||
<table class="docutils field-list" frame="void" rules="none">
|
||||
<col class="field-name" />
|
||||
|
@ -420,7 +420,7 @@ and returns the signal object. See
|
|||
<li class="right" >
|
||||
<a href="html.html" title="The MathJax.HTML Object"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax.ElementJax Class — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax.ElementJax Class — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="The MathJax API" href="index.html" />
|
||||
<link rel="next" title="The Base Jax Class" href="jax.html" />
|
||||
<link rel="prev" title="The MathJax.OutputJax Class" href="outputjax.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="outputjax.html" title="The MathJax.OutputJax Class"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -271,7 +271,7 @@ contextual menu.</p>
|
|||
<li class="right" >
|
||||
<a href="outputjax.html" title="The MathJax.OutputJax Class"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax.HTML Object — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax.HTML Object — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="The MathJax API" href="index.html" />
|
||||
<link rel="next" title="The MathJax.Callback Class" href="callback.html" />
|
||||
<link rel="prev" title="The MathJax.Message Object" href="message.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="message.html" title="The MathJax.Message Object"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -86,7 +86,7 @@ describes the contents to create for the element. For example</p>
|
|||
<div class="highlight-javascript"><div class="highlight"><pre><span class="kd">var</span> <span class="nx">div</span> <span class="o">=</span> <span class="nx">MathJax</span><span class="p">.</span><span class="nx">HTML</span><span class="p">.</span><span class="nx">Element</span><span class="p">(</span>
|
||||
<span class="s2">"div"</span><span class="p">,</span>
|
||||
<span class="p">{</span><span class="nx">id</span><span class="o">:</span> <span class="s2">"MathDiv"</span><span class="p">,</span> <span class="nx">style</span><span class="o">:</span><span class="p">{</span><span class="nx">border</span><span class="o">:</span><span class="s2">"1px solid"</span><span class="p">,</span> <span class="nx">padding</span><span class="o">:</span><span class="s2">"5px"</span><span class="p">}},</span>
|
||||
<span class="p">[</span><span class="s2">"Here is math: $x+1$"</span><span class="p">,[</span><span class="s2">"br"</span><span class="p">],</span><span class="s2">"and a display $$x+1\\over x-1$$"</span><span class="p">]</span>
|
||||
<span class="p">[</span><span class="s2">"Here is math: \\(x+1\\)"</span><span class="p">,[</span><span class="s2">"br"</span><span class="p">],</span><span class="s2">"and a display $$x+1\\over x-1$$"</span><span class="p">]</span>
|
||||
<span class="p">);</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
|
@ -177,8 +177,8 @@ provided. It is equivalent to</p>
|
|||
</dd></dl>
|
||||
|
||||
<dl class="method">
|
||||
<dt id="setText">
|
||||
<tt class="descname">setText</tt><big>(</big><em>script</em>, <em>text</em><big>)</big><a class="headerlink" href="#setText" title="Permalink to this definition">¶</a></dt>
|
||||
<dt id="setScript">
|
||||
<tt class="descname">setScript</tt><big>(</big><em>script</em>, <em>text</em><big>)</big><a class="headerlink" href="#setScript" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Sets the contents of the <tt class="docutils literal"><span class="pre">script</span></tt> element to be the given
|
||||
<tt class="docutils literal"><span class="pre">text</span></tt>, properly taking into account the browser limitations and
|
||||
bugs.</p>
|
||||
|
@ -300,7 +300,7 @@ above,</p>
|
|||
<li class="right" >
|
||||
<a href="message.html" title="The MathJax.Message Object"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax.Hub Object — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax.Hub Object — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="The MathJax API" href="index.html" />
|
||||
<link rel="next" title="The MathJax.Ajax Object" href="ajax.html" />
|
||||
<link rel="prev" title="The MathJax variable" href="variable.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="variable.html" title="The MathJax variable"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -685,7 +685,7 @@ error on the page.</p>
|
|||
<li class="right" >
|
||||
<a href="variable.html" title="The MathJax variable"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax API — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax API — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="next" title="The MathJax variable" href="variable.html" />
|
||||
<link rel="prev" title="Modifying Math on the Page" href="../typeset.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="../typeset.html" title="Modifying Math on the Page"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -132,7 +132,7 @@ on the main MathJax documentation page.</p>
|
|||
<li class="right" >
|
||||
<a href="../typeset.html" title="Modifying Math on the Page"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax.InputJax Class — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax.InputJax Class — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="The MathJax API" href="index.html" />
|
||||
<link rel="next" title="The MathJax.OutputJax Class" href="outputjax.html" />
|
||||
<link rel="prev" title="The MathJax.Callback.Signal Class" href="signal.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="signal.html" title="The MathJax.Callback.Signal Class"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -210,7 +210,7 @@ of the various types from one another.</p>
|
|||
<li class="right" >
|
||||
<a href="signal.html" title="The MathJax.Callback.Signal Class"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The Base Jax Class — MathJax v1.1 documentation</title>
|
||||
<title>The Base Jax Class — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="The MathJax API" href="index.html" />
|
||||
<link rel="next" title="The MathJax Object-Oriented Programming Model" href="object.html" />
|
||||
<link rel="prev" title="The MathJax.ElementJax Class" href="elementjax.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="elementjax.html" title="The MathJax.ElementJax Class"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -313,7 +313,7 @@ isn’t called until those files are completely loaded.</p>
|
|||
<li class="right" >
|
||||
<a href="elementjax.html" title="The MathJax.ElementJax Class"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax.Message Object — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax.Message Object — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="The MathJax API" href="index.html" />
|
||||
<link rel="next" title="The MathJax.HTML Object" href="html.html" />
|
||||
<link rel="prev" title="The MathJax.Ajax Object" href="ajax.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="ajax.html" title="The MathJax.Ajax Object"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -272,7 +272,7 @@ newlines. This is used in debugging MathJax operations.</p>
|
|||
<li class="right" >
|
||||
<a href="ajax.html" title="The MathJax.Ajax Object"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax Object-Oriented Programming Model — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax Object-Oriented Programming Model — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="The MathJax API" href="index.html" />
|
||||
<link rel="next" title="Describing HTML snippets" href="../HTML-snippets.html" />
|
||||
<link rel="prev" title="The Base Jax Class" href="jax.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="jax.html" title="The Base Jax Class"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -61,7 +61,7 @@ subclasses of <cite>MathJax.Object</cite> or one of its subclasses, and are
|
|||
instantiated by calling the object class as you would a function.</p>
|
||||
<p>For example:</p>
|
||||
<div class="highlight-javascript"><div class="highlight"><pre><span class="nx">MathJax</span><span class="p">.</span><span class="nb">Object</span><span class="p">.</span><span class="nx">Foo</span> <span class="o">=</span> <span class="nx">MathJax</span><span class="p">.</span><span class="nb">Object</span><span class="p">.</span><span class="nx">Subclass</span><span class="p">({</span>
|
||||
<span class="nx">Init</span><span class="o">:</span> <span class="kd">function</span> <span class="p">(</span><span class="nx">x</span><span class="p">)</span> <span class="p">{</span><span class="k">this</span><span class="p">.</span><span class="nx">SetX</span><span class="p">(</span><span class="nx">x</span><span class="p">)},</span>
|
||||
<span class="nx">Init</span><span class="o">:</span> <span class="kd">function</span> <span class="p">(</span><span class="nx">x</span><span class="p">)</span> <span class="p">{</span><span class="k">this</span><span class="p">.</span><span class="nx">setX</span><span class="p">(</span><span class="nx">x</span><span class="p">)},</span>
|
||||
<span class="nx">getX</span><span class="o">:</span> <span class="kd">function</span> <span class="p">()</span> <span class="p">{</span><span class="k">return</span> <span class="k">this</span><span class="p">.</span><span class="nx">x</span><span class="p">},</span>
|
||||
<span class="nx">setX</span><span class="o">:</span> <span class="kd">function</span> <span class="p">(</span><span class="nx">x</span><span class="p">)</span> <span class="p">{</span><span class="k">this</span><span class="p">.</span><span class="nx">x</span> <span class="o">=</span> <span class="nx">x</span><span class="p">}</span>
|
||||
<span class="p">});</span>
|
||||
|
@ -341,7 +341,7 @@ wrapping the <cite>def</cite> for the <a class="reference internal" href="#Subcl
|
|||
<li class="right" >
|
||||
<a href="jax.html" title="The Base Jax Class"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax.OutputJax Class — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax.OutputJax Class — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="The MathJax API" href="index.html" />
|
||||
<link rel="next" title="The MathJax.ElementJax Class" href="elementjax.html" />
|
||||
<link rel="prev" title="The MathJax.InputJax Class" href="inputjax.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="inputjax.html" title="The MathJax.InputJax Class"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -228,7 +228,7 @@ tag associated with the element jax.</p>
|
|||
<li class="right" >
|
||||
<a href="inputjax.html" title="The MathJax.InputJax Class"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax.Callback.Queue Class — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax.Callback.Queue Class — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="The MathJax API" href="index.html" />
|
||||
<link rel="next" title="The MathJax.Callback.Signal Class" href="signal.html" />
|
||||
<link rel="prev" title="The MathJax.Callback Class" href="callback.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="callback.html" title="The MathJax.Callback Class"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -231,7 +231,7 @@ it has been waiting for a command to complete.</p>
|
|||
<li class="right" >
|
||||
<a href="callback.html" title="The MathJax.Callback Class"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax.Callback.Signal Class — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax.Callback.Signal Class — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="The MathJax API" href="index.html" />
|
||||
<link rel="next" title="The MathJax.InputJax Class" href="inputjax.html" />
|
||||
<link rel="prev" title="The MathJax.Callback.Queue Class" href="queue.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="queue.html" title="The MathJax.Callback.Queue Class"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -319,7 +319,7 @@ message is posted to the signal.</p>
|
|||
<li class="right" >
|
||||
<a href="queue.html" title="The MathJax.Callback.Queue Class"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax variable — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax variable — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="The MathJax API" href="index.html" />
|
||||
<link rel="next" title="The MathJax.Hub Object" href="hub.html" />
|
||||
<link rel="prev" title="The MathJax API" href="index.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="index.html" title="The MathJax API"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -97,10 +97,10 @@ signals.</p>
|
|||
|
||||
<dl class="describe">
|
||||
<dt>
|
||||
<tt class="descname">MathJax.Extensions</tt></dt>
|
||||
<tt class="descname">MathJax.Extension</tt></dt>
|
||||
<dd><p>Initially empty, this is where extensions can load their code.
|
||||
For example, the <cite>tex2jax</cite> preprocessor creates
|
||||
<tt class="docutils literal"><span class="pre">MathJax.Extensions.tex2jax</span></tt> for its code and variables.</p>
|
||||
<tt class="docutils literal"><span class="pre">MathJax.Extension.tex2jax</span></tt> for its code and variables.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="describe">
|
||||
|
@ -205,7 +205,7 @@ perform typesetting actions (and is <tt class="docutils literal"><span class="pr
|
|||
<li class="right" >
|
||||
<a href="index.html" title="The MathJax API"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >The MathJax API</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Using Callbacks — MathJax v1.1 documentation</title>
|
||||
<title>Using Callbacks — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="up" title="Synchronizing your code with MathJax" href="synchronize.html" />
|
||||
<link rel="next" title="Using Queues" href="queues.html" />
|
||||
<link rel="prev" title="Synchronizing your code with MathJax" href="synchronize.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="synchronize.html" title="Synchronizing your code with MathJax"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="synchronize.html" accesskey="U">Synchronizing your code with MathJax</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -290,7 +290,7 @@ schedules it to be called in half a second.</p>
|
|||
<li class="right" >
|
||||
<a href="synchronize.html" title="Synchronizing your code with MathJax"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="synchronize.html" >Synchronizing your code with MathJax</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax Community — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax Community — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="What’s New in MathJax v1.1" href="whats-new.html" />
|
||||
<link rel="prev" title="MathJax Output Formats" href="output.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="output.html" title="MathJax Output Formats"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -141,7 +141,7 @@ our <a class="reference external" href="http://www.mathjax.org/community/mathjax
|
|||
<li class="right" >
|
||||
<a href="output.html" title="MathJax Output Formats"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Common Configurations — MathJax v1.1 documentation</title>
|
||||
<title>Common Configurations — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="Configuration Objects" href="options/index.html" />
|
||||
<link rel="prev" title="Loading and Configuring MathJax" href="configuration.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="configuration.html" title="Loading and Configuring MathJax"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -264,7 +264,7 @@ is normally loaded on demand.</p>
|
|||
<li class="right" >
|
||||
<a href="configuration.html" title="Loading and Configuring MathJax"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Loading and Configuring MathJax — MathJax v1.1 documentation</title>
|
||||
<title>Loading and Configuring MathJax — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="Common Configurations" href="config-files.html" />
|
||||
<link rel="prev" title="Installing and Testing MathJax" href="installation.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="installation.html" title="Installing and Testing MathJax"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -486,7 +486,7 @@ when MathJax runs, and browser-dependent erratic behavior will result.</p>
|
|||
<li class="right" >
|
||||
<a href="installation.html" title="Installing and Testing MathJax"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Loading MathJax Dynamically — MathJax v1.1 documentation</title>
|
||||
<title>Loading MathJax Dynamically — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="Modifying Math on the Page" href="typeset.html" />
|
||||
<link rel="prev" title="Using Signals" href="signals.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="signals.html" title="Using Signals"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -246,7 +246,7 @@ converting the math images to their original TeX code.</p>
|
|||
<li class="right" >
|
||||
<a href="signals.html" title="Using Signals"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Index — MathJax v1.1 documentation</title>
|
||||
<title>Index — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
|||
<li class="right" style="margin-right: 10px">
|
||||
<a href="#" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -87,7 +87,7 @@
|
|||
<dt><a href="api/signal.html#ExecuteHook">ExecuteHook()</a></dt>
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
<dt><a href="api/callback.html#executeHooks">executeHooks()</a></dt>
|
||||
<dt><a href="api/callback.html#ExecuteHooks">ExecuteHooks()</a></dt>
|
||||
</dl></td>
|
||||
</tr></table>
|
||||
|
||||
|
@ -154,7 +154,7 @@
|
|||
<dt><a href="api/ajax.html#loadError">loadError()</a></dt>
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
<dt><a href="api/ajax.html#loadHook">loadHook()</a></dt>
|
||||
<dt><a href="api/ajax.html#LoadHook">LoadHook()</a></dt>
|
||||
<dt><a href="api/ajax.html#loadTimeout">loadTimeout()</a></dt>
|
||||
<dt><a href="api/message.html#Log">Log()</a></dt>
|
||||
</dl></td>
|
||||
|
@ -215,7 +215,7 @@
|
|||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
<dt><a href="api/message.html#Set">Set()</a></dt>
|
||||
<dt><a href="api/html.html#setText">setText()</a></dt>
|
||||
<dt><a href="api/html.html#setScript">setScript()</a></dt>
|
||||
<dt><a href="api/callback.html#Signal">Signal()</a></dt>
|
||||
<dt><a href="api/elementjax.html#SourceElement">SourceElement()</a></dt>
|
||||
<dt><a href="api/jax.html#Startup">Startup()</a></dt>
|
||||
|
@ -288,7 +288,7 @@
|
|||
<li class="right" style="margin-right: 10px">
|
||||
<a href="#" title="General Index"
|
||||
>index</a></li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Glossary — MathJax v1.1 documentation</title>
|
||||
<title>Glossary — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="prev" title="CSS Style Objects" href="CSS-styles.html" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -36,7 +36,7 @@
|
|||
<li class="right" >
|
||||
<a href="CSS-styles.html" title="CSS Style Objects"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -146,7 +146,7 @@ formats for mathematical journals, articles, and books.</p>
|
|||
<li class="right" >
|
||||
<a href="CSS-styles.html" title="CSS Style Objects"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>MathJax Documentation — MathJax v1.1 documentation</title>
|
||||
<title>MathJax Documentation — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="#" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="#" />
|
||||
<link rel="next" title="What is MathJax?" href="mathjax.html" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -36,7 +36,7 @@
|
|||
<li class="right" >
|
||||
<a href="mathjax.html" title="What is MathJax?"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li><a href="#">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="#">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -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 June 02, 2011.</p>
|
||||
<p>This version of the documentation was built July 12, 2011.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -179,7 +179,7 @@ MathML that works in all modern browsers.</p>
|
|||
<li class="right" >
|
||||
<a href="mathjax.html" title="What is MathJax?"
|
||||
>next</a> |</li>
|
||||
<li><a href="#">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="#">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Installing and Testing MathJax — MathJax v1.1 documentation</title>
|
||||
<title>Installing and Testing MathJax — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="Loading and Configuring MathJax" href="configuration.html" />
|
||||
<link rel="prev" title="Getting Started" href="start.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="start.html" title="Getting Started"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -368,7 +368,7 @@ fonts help page</a> for details).</p>
|
|||
<li class="right" >
|
||||
<a href="start.html" title="Getting Started"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Converting to MathJax from jsMath — MathJax v1.1 documentation</title>
|
||||
<title>Converting to MathJax from jsMath — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="The MathJax Processing Model" href="model.html" />
|
||||
<link rel="prev" title="Migrating from MathJax v1.0 to v1.1" href="upgrade.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="upgrade.html" title="Migrating from MathJax v1.0 to v1.1"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -130,7 +130,7 @@ page</em></a> for more details.</p>
|
|||
<li class="right" >
|
||||
<a href="upgrade.html" title="Migrating from MathJax v1.0 to v1.1"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>What is MathJax? — MathJax v1.1 documentation</title>
|
||||
<title>What is MathJax? — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="Getting Started" href="start.html" />
|
||||
<link rel="prev" title="MathJax Documentation" href="index.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="index.html" title="MathJax Documentation"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -123,7 +123,7 @@ mathematics on your web pages interactive and dynamic.</p>
|
|||
<li class="right" >
|
||||
<a href="index.html" title="MathJax Documentation"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>MathJax MathML Support — MathJax v1.1 documentation</title>
|
||||
<title>MathJax MathML Support — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="MathJax Output Formats" href="output.html" />
|
||||
<link rel="prev" title="MathJax TeX and LaTeX Support" href="tex.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="tex.html" title="MathJax TeX and LaTeX Support"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -180,7 +180,7 @@ children of <tt class="docutils literal"><span class="pre">mrow</span></tt> or i
|
|||
<li class="right" >
|
||||
<a href="tex.html" title="MathJax TeX and LaTeX Support"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax Processing Model — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax Processing Model — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="The MathJax Startup Sequence" href="startup.html" />
|
||||
<link rel="prev" title="Converting to MathJax from jsMath" href="jsMath.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="jsMath.html" title="Converting to MathJax from jsMath"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -291,7 +291,7 @@ dynamic as the rest of the page.</p>
|
|||
<li class="right" >
|
||||
<a href="jsMath.html" title="Converting to MathJax from jsMath"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The FontWarnings extension — MathJax v1.1 documentation</title>
|
||||
<title>The FontWarnings extension — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="Configuration Objects" href="index.html" />
|
||||
<link rel="next" title="Using MathJax in popular web platforms" href="../platforms/index.html" />
|
||||
<link rel="prev" title="The MathZoom extension" href="MathZoom.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="MathZoom.html" title="The MathZoom extension"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -249,7 +249,7 @@ The default is 1.5 seconds.</p>
|
|||
<li class="right" >
|
||||
<a href="MathZoom.html" title="The MathZoom extension"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The HTML-CSS output processor — MathJax v1.1 documentation</title>
|
||||
<title>The HTML-CSS output processor — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="Configuration Objects" href="index.html" />
|
||||
<link rel="next" title="The NativeMML output processor" href="NativeMML.html" />
|
||||
<link rel="prev" title="The MathML input processor" href="MathML.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="MathML.html" title="The MathML input processor"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -245,7 +245,7 @@ where the tooltip will be placed.</p>
|
|||
<li class="right" >
|
||||
<a href="MathML.html" title="The MathML input processor"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MMLorHTML configuration options — MathJax v1.1 documentation</title>
|
||||
<title>The MMLorHTML configuration options — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="Configuration Objects" href="index.html" />
|
||||
<link rel="next" title="The MathMenu extension" href="MathMenu.html" />
|
||||
<link rel="prev" title="The NativeMML output processor" href="NativeMML.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="NativeMML.html" title="The NativeMML output processor"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -128,7 +128,7 @@ complicated output generated by MathJax, so its setting is
|
|||
<li class="right" >
|
||||
<a href="NativeMML.html" title="The NativeMML output processor"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathML input processor — MathJax v1.1 documentation</title>
|
||||
<title>The MathML input processor — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="Configuration Objects" href="index.html" />
|
||||
<link rel="next" title="The HTML-CSS output processor" href="HTML-CSS.html" />
|
||||
<link rel="prev" title="The TeX input processor" href="TeX.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="TeX.html" title="The TeX input processor"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -117,7 +117,7 @@ spacing would be used (rather than TeX spacing rules).</p>
|
|||
<li class="right" >
|
||||
<a href="TeX.html" title="The TeX input processor"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathMenu extension — MathJax v1.1 documentation</title>
|
||||
<title>The MathMenu extension — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="Configuration Objects" href="index.html" />
|
||||
<link rel="next" title="The MathZoom extension" href="MathZoom.html" />
|
||||
<link rel="prev" title="The MMLorHTML configuration options" href="MMLorHTML.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="MMLorHTML.html" title="The MMLorHTML configuration options"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -179,7 +179,7 @@ style in a JavaScript object.</p>
|
|||
<li class="right" >
|
||||
<a href="MMLorHTML.html" title="The MMLorHTML configuration options"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathZoom extension — MathJax v1.1 documentation</title>
|
||||
<title>The MathZoom extension — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="Configuration Objects" href="index.html" />
|
||||
<link rel="next" title="The FontWarnings extension" href="FontWarnings.html" />
|
||||
<link rel="prev" title="The MathMenu extension" href="MathMenu.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="MathMenu.html" title="The MathMenu extension"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -132,7 +132,7 @@ style in a JavaScript object.</p>
|
|||
<li class="right" >
|
||||
<a href="MathMenu.html" title="The MathMenu extension"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The NativeMML output processor — MathJax v1.1 documentation</title>
|
||||
<title>The NativeMML output processor — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="Configuration Objects" href="index.html" />
|
||||
<link rel="next" title="The MMLorHTML configuration options" href="MMLorHTML.html" />
|
||||
<link rel="prev" title="The HTML-CSS output processor" href="HTML-CSS.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="HTML-CSS.html" title="The HTML-CSS output processor"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -156,7 +156,7 @@ CSS style in a JavaScript object.</p>
|
|||
<li class="right" >
|
||||
<a href="HTML-CSS.html" title="The HTML-CSS output processor"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The TeX input processor — MathJax v1.1 documentation</title>
|
||||
<title>The TeX input processor — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="Configuration Objects" href="index.html" />
|
||||
<link rel="next" title="The MathML input processor" href="MathML.html" />
|
||||
<link rel="prev" title="The jsMath2jax Preprocessor" href="jsMath2jax.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="jsMath2jax.html" title="The jsMath2jax Preprocessor"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -178,7 +178,7 @@ be sufficient for any reasonable equation.</p>
|
|||
<li class="right" >
|
||||
<a href="jsMath2jax.html" title="The jsMath2jax Preprocessor"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The Core Configuration Options — MathJax v1.1 documentation</title>
|
||||
<title>The Core Configuration Options — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="Configuration Objects" href="index.html" />
|
||||
<link rel="next" title="The tex2jax Preprocessor" href="tex2jax.html" />
|
||||
<link rel="prev" title="Configuration Objects" href="index.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="index.html" title="Configuration Objects"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -228,7 +228,7 @@ that act as the defaults for the user’s settings in that menu.
|
|||
The possible values are:</p>
|
||||
<dl class="describe">
|
||||
<dt>
|
||||
<tt class="descname">zoom: "none"</tt></dt>
|
||||
<tt class="descname">zoom: "None"</tt></dt>
|
||||
<dd><p>This indicates when typeset mathematics should be zoomed. It
|
||||
can be set to <tt class="docutils literal"><span class="pre">"None"</span></tt>, <tt class="docutils literal"><span class="pre">"Hover"</span></tt>, <tt class="docutils literal"><span class="pre">"Click"</span></tt>, or
|
||||
<tt class="docutils literal"><span class="pre">"Double-Click"</span></tt> to set the zoom trigger.</p>
|
||||
|
@ -353,7 +353,7 @@ does <strong>not</strong> cause a default configuration file to be loaded.</p>
|
|||
<li class="right" >
|
||||
<a href="index.html" title="Configuration Objects"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Configuration Objects — MathJax v1.1 documentation</title>
|
||||
<title>Configuration Objects — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="next" title="The Core Configuration Options" href="hub.html" />
|
||||
<link rel="prev" title="Common Configurations" href="../config-files.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="../config-files.html" title="Common Configurations"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -179,7 +179,7 @@ are categorized by the component they affect.</p>
|
|||
<li class="right" >
|
||||
<a href="../config-files.html" title="Common Configurations"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The jsMath2jax Preprocessor — MathJax v1.1 documentation</title>
|
||||
<title>The jsMath2jax Preprocessor — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="Configuration Objects" href="index.html" />
|
||||
<link rel="next" title="The TeX input processor" href="TeX.html" />
|
||||
<link rel="prev" title="The mml2jax Preprocessor" href="mml2jax.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="mml2jax.html" title="The mml2jax Preprocessor"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -132,7 +132,7 @@ details on how to represent HTML code in this way.</p>
|
|||
<li class="right" >
|
||||
<a href="mml2jax.html" title="The mml2jax Preprocessor"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The mml2jax Preprocessor — MathJax v1.1 documentation</title>
|
||||
<title>The mml2jax Preprocessor — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="Configuration Objects" href="index.html" />
|
||||
<link rel="next" title="The jsMath2jax Preprocessor" href="jsMath2jax.html" />
|
||||
<link rel="prev" title="The tex2jax Preprocessor" href="tex2jax.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="tex2jax.html" title="The tex2jax Preprocessor"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -132,7 +132,7 @@ details on how to represent HTML code in this way.</p>
|
|||
<li class="right" >
|
||||
<a href="tex2jax.html" title="The tex2jax Preprocessor"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The tex2jax Preprocessor — MathJax v1.1 documentation</title>
|
||||
<title>The tex2jax Preprocessor — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="Configuration Objects" href="index.html" />
|
||||
<link rel="next" title="The mml2jax Preprocessor" href="mml2jax.html" />
|
||||
<link rel="prev" title="The Core Configuration Options" href="hub.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="hub.html" title="The Core Configuration Options"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -227,7 +227,7 @@ been marked as ignored above.</p>
|
|||
<li class="right" >
|
||||
<a href="hub.html" title="The Core Configuration Options"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >Configuration Objects</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>MathJax Output Formats — MathJax v1.1 documentation</title>
|
||||
<title>MathJax Output Formats — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="The MathJax Community" href="community.html" />
|
||||
<link rel="prev" title="MathJax MathML Support" href="mathml.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="mathml.html" title="MathJax MathML Support"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -231,7 +231,7 @@ exactly what the performance of MathJax in IE9 will be like.</p>
|
|||
<li class="right" >
|
||||
<a href="mathml.html" title="MathJax MathML Support"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Using MathJax in popular web platforms — MathJax v1.1 documentation</title>
|
||||
<title>Using MathJax in popular web platforms — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="next" title="Installing MathJax in WordPress" href="wordpress.html" />
|
||||
<link rel="prev" title="The FontWarnings extension" href="../options/FontWarnings.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="../options/FontWarnings.html" title="The FontWarnings extension"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -164,7 +164,7 @@ instructions for these are given via the links below.</p>
|
|||
<li class="right" >
|
||||
<a href="../options/FontWarnings.html" title="The FontWarnings extension"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Using MathJax in Movable Type — MathJax v1.1 documentation</title>
|
||||
<title>Using MathJax in Movable Type — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="Using MathJax in popular web platforms" href="index.html" />
|
||||
<link rel="next" title="MathJax TeX and LaTeX Support" href="../tex.html" />
|
||||
<link rel="prev" title="Installing MathJax in WordPress" href="wordpress.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="wordpress.html" title="Installing MathJax in WordPress"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Using MathJax in popular web platforms</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -129,7 +129,7 @@ your pages. If you need to adjust the configuration, see
|
|||
<li class="right" >
|
||||
<a href="wordpress.html" title="Installing MathJax in WordPress"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >Using MathJax in popular web platforms</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Installing MathJax in WordPress — MathJax v1.1 documentation</title>
|
||||
<title>Installing MathJax in WordPress — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="../index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="../index.html" />
|
||||
<link rel="up" title="Using MathJax in popular web platforms" href="index.html" />
|
||||
<link rel="next" title="Using MathJax in Movable Type" href="movable-type.html" />
|
||||
<link rel="prev" title="Using MathJax in popular web platforms" href="index.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="index.html" title="Using MathJax in popular web platforms"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" accesskey="U">Using MathJax in popular web platforms</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -131,7 +131,7 @@ your pages. If you need to adjust the configuration, see
|
|||
<li class="right" >
|
||||
<a href="index.html" title="Using MathJax in popular web platforms"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="../index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="index.html" >Using MathJax in popular web platforms</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Using Queues — MathJax v1.1 documentation</title>
|
||||
<title>Using Queues — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="up" title="Synchronizing your code with MathJax" href="synchronize.html" />
|
||||
<link rel="next" title="Using Signals" href="signals.html" />
|
||||
<link rel="prev" title="Using Callbacks" href="callbacks.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="callbacks.html" title="Using Callbacks"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="synchronize.html" accesskey="U">Synchronizing your code with MathJax</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -319,7 +319,7 @@ finishes everything it has queued when it was loaded. For example,</p>
|
|||
<li class="right" >
|
||||
<a href="callbacks.html" title="Using Callbacks"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="synchronize.html" >Synchronizing your code with MathJax</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Search — MathJax v1.1 documentation</title>
|
||||
<title>Search — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -23,7 +23,7 @@
|
|||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script type="text/javascript" src="_static/searchtools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<script type="text/javascript">
|
||||
jQuery(function() { Search.loadIndex("searchindex.js"); });
|
||||
</script>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -86,7 +86,7 @@
|
|||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Using Signals — MathJax v1.1 documentation</title>
|
||||
<title>Using Signals — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="up" title="Synchronizing your code with MathJax" href="synchronize.html" />
|
||||
<link rel="next" title="Loading MathJax Dynamically" href="dynamic.html" />
|
||||
<link rel="prev" title="Using Queues" href="queues.html" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li class="right" >
|
||||
<a href="queues.html" title="Using Queues"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="synchronize.html" accesskey="U">Synchronizing your code with MathJax</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -242,7 +242,7 @@ structure and methods of the signal object.</p>
|
|||
<li class="right" >
|
||||
<a href="queues.html" title="Using Queues"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
<li><a href="synchronize.html" >Synchronizing your code with MathJax</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Getting Started — MathJax v1.1 documentation</title>
|
||||
<title>Getting Started — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="Installing and Testing MathJax" href="installation.html" />
|
||||
<link rel="prev" title="What is MathJax?" href="mathjax.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="mathjax.html" title="What is MathJax?"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -432,7 +432,7 @@ MathJax, you could visit the <a class="reference internal" href="community.html#
|
|||
<li class="right" >
|
||||
<a href="mathjax.html" title="What is MathJax?"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>The MathJax Startup Sequence — MathJax v1.1 documentation</title>
|
||||
<title>The MathJax Startup Sequence — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="Synchronizing your code with MathJax" href="synchronize.html" />
|
||||
<link rel="prev" title="The MathJax Processing Model" href="model.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="model.html" title="The MathJax Processing Model"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -143,14 +143,14 @@ pushed into the queue:</p>
|
|||
</ol>
|
||||
<ol class="arabic simple" start="6">
|
||||
<li>Load the extension files:<ul>
|
||||
<li>Post the <tt class="docutils literal"><span class="pre">Begin</span> <span class="pre">Extension</span></tt> startup signal</li>
|
||||
<li>Post the <tt class="docutils literal"><span class="pre">Begin</span> <span class="pre">Extensions</span></tt> startup signal</li>
|
||||
<li>Load the files from the <tt class="docutils literal"><span class="pre">MathJax.Hub.config.extensions</span></tt> array<ul>
|
||||
<li>Most extensions will post a <tt class="docutils literal"><span class="pre">Extension</span> <span class="pre">[name]</span> <span class="pre">Ready</span></tt>
|
||||
startup message when they are loaded (where <tt class="docutils literal"><span class="pre">[name]</span></tt> is
|
||||
the name of the extension)</li>
|
||||
<li>Most extensions will post a <tt class="docutils literal"><span class="pre">[name]</span> <span class="pre">Ready</span></tt> or <tt class="docutils literal"><span class="pre">Extension</span>
|
||||
<span class="pre">[name]</span> <span class="pre">Ready</span></tt> startup message when they are loaded (where
|
||||
<tt class="docutils literal"><span class="pre">[name]</span></tt> is the name of the extension)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Post the <tt class="docutils literal"><span class="pre">End</span> <span class="pre">Extension</span></tt> startup signal</li>
|
||||
<li>Post the <tt class="docutils literal"><span class="pre">End</span> <span class="pre">Extensions</span></tt> startup signal</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
@ -237,7 +237,7 @@ complete, however, before 7 will be performed.</p>
|
|||
<li class="right" >
|
||||
<a href="model.html" title="The MathJax Processing Model"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Synchronizing your code with MathJax — MathJax v1.1 documentation</title>
|
||||
<title>Synchronizing your code with MathJax — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="Using Callbacks" href="callbacks.html" />
|
||||
<link rel="prev" title="The MathJax Startup Sequence" href="startup.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="startup.html" title="The MathJax Startup Sequence"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -146,7 +146,7 @@ directory for a working example of using signals.</p>
|
|||
<li class="right" >
|
||||
<a href="startup.html" title="The MathJax Startup Sequence"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>MathJax TeX and LaTeX Support — MathJax v1.1 documentation</title>
|
||||
<title>MathJax TeX and LaTeX Support — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="MathJax MathML Support" href="mathml.html" />
|
||||
<link rel="prev" title="Using MathJax in Movable Type" href="platforms/movable-type.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="platforms/movable-type.html" title="Using MathJax in Movable Type"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -350,6 +350,7 @@ be loaded automatically when the macro or environment is first used.</p>
|
|||
<span class="nb">{</span>
|
||||
<span class="nb">}</span>
|
||||
~
|
||||
'
|
||||
|
||||
<span class="k">\ </span> (backslash-space)
|
||||
<span class="k">\!</span>
|
||||
|
@ -1354,7 +1355,7 @@ vmatrix
|
|||
<li class="right" >
|
||||
<a href="platforms/movable-type.html" title="Using MathJax in Movable Type"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Modifying Math on the Page — MathJax v1.1 documentation</title>
|
||||
<title>Modifying Math on the Page — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="The MathJax API" href="api/index.html" />
|
||||
<link rel="prev" title="Loading MathJax Dynamically" href="dynamic.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="dynamic.html" title="Loading MathJax Dynamically"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -115,15 +115,15 @@ find the <cite>element jax</cite> for the math element on the page, and use its
|
|||
methods to modify and update the mathematics that it displays.</p>
|
||||
<p>For example, suppose you have the following HTML in your document</p>
|
||||
<div class="highlight-html"><div class="highlight"><pre><span class="nt"><div</span> <span class="na">id=</span><span class="s">"MathDiv"</span><span class="nt">></span>
|
||||
The answer you provided is: ${}$.
|
||||
The answer you provided is: \({}\).
|
||||
<span class="nt"></div></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>and MathJax has already preprocessed and typeset the mathematics
|
||||
within dollar signs (it will be blank). A student has typed
|
||||
something elsewhere on the page, and you want to typeset their answer
|
||||
in the location of the mathematics that is already there. You could
|
||||
replace the entire contents of the <cite>MathDiv</cite> element and call
|
||||
within the div. A student has typed something elsewhere on the page,
|
||||
and you want to typeset their answer in the location of the
|
||||
mathematics that is already there. You could replace the entire
|
||||
contents of the <cite>MathDiv</cite> element and call
|
||||
<tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Typeset()</span></tt> as described above, but there is a more
|
||||
efficient approach, which is to ask MathJax for the element jax for
|
||||
the mathematics, and call its method for replacing the formula shown
|
||||
|
@ -310,7 +310,7 @@ You typed: ${}$
|
|||
<li class="right" >
|
||||
<a href="dynamic.html" title="Loading MathJax Dynamically"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Migrating from MathJax v1.0 to v1.1 — MathJax v1.1 documentation</title>
|
||||
<title>Migrating from MathJax v1.0 to v1.1 — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="Converting to MathJax from jsMath" href="jsMath.html" />
|
||||
<link rel="prev" title="What’s New in MathJax v1.1" href="whats-new.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="whats-new.html" title="What’s New in MathJax v1.1"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -315,7 +315,7 @@ retired in favor of the GitHub site.</p>
|
|||
<li class="right" >
|
||||
<a href="whats-new.html" title="What’s New in MathJax v1.1"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>What’s New in MathJax v1.1 — MathJax v1.1 documentation</title>
|
||||
<title>What’s New in MathJax v1.1 — MathJax v1.1a documentation</title>
|
||||
<link rel="stylesheet" href="_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '1.1',
|
||||
VERSION: '1.1a',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
|
||||
<link rel="top" title="MathJax v1.1 documentation" href="index.html" />
|
||||
<link rel="top" title="MathJax v1.1a documentation" href="index.html" />
|
||||
<link rel="next" title="Migrating from MathJax v1.0 to v1.1" href="upgrade.html" />
|
||||
<link rel="prev" title="The MathJax Community" href="community.html" />
|
||||
</head>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li class="right" >
|
||||
<a href="community.html" title="The MathJax Community"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -252,7 +252,7 @@ font menu (since Opera can’t display many of the characters).</li>
|
|||
<li class="right" >
|
||||
<a href="community.html" title="The MathJax Community"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">MathJax v1.1 documentation</a> »</li>
|
||||
<li><a href="index.html">MathJax v1.1a documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
|
|
@ -63,7 +63,7 @@ Properties
|
|||
.. describe:: loadHooks
|
||||
|
||||
An object containing the load hooks for the various files, set up by
|
||||
the :meth:`loadHook()` method, or by the
|
||||
the :meth:`LoadHook()` method, or by the
|
||||
:meth:`MathJax.Hub.Register.LoadHook()` method.
|
||||
|
||||
|
||||
|
@ -142,7 +142,7 @@ Methods
|
|||
- **file** --- the name of the file that failed to load
|
||||
:Returns: ``null``
|
||||
|
||||
.. method:: loadHook(file,callback)
|
||||
.. method:: LoadHook(file,callback)
|
||||
|
||||
Registers a callback to be executed when the given file is
|
||||
loaded. The file load operation needs to be started when this
|
||||
|
|
|
@ -83,10 +83,10 @@ A callback specification is any one of the following:
|
|||
|
||||
.. code-block:: javascript
|
||||
|
||||
["length",[1,2,3,4]]
|
||||
["toString",[1,2,3,4]]
|
||||
|
||||
would call the `length` method on the array ``[1,2,3,4]`` when
|
||||
the callback is called, returning ``4``.
|
||||
would call the `toString` method on the array ``[1,2,3,4]`` when
|
||||
the callback is called, returning ``1,2,3,4``.
|
||||
|
||||
.. describe:: ["method", object, data...]
|
||||
|
||||
|
@ -220,7 +220,7 @@ MathJax.Callback Methods
|
|||
- **callback** --- the callback specification
|
||||
:Returns: the callback object
|
||||
|
||||
.. method:: executeHooks(hooks[, data[,reset]])
|
||||
.. method:: ExecuteHooks(hooks[, data[,reset]])
|
||||
|
||||
Calls each callback in the `hooks` array (or the single hook if it
|
||||
is not an array), passing it the arguments stored in the data
|
||||
|
@ -229,7 +229,7 @@ MathJax.Callback Methods
|
|||
executed. If any of the hooks returns a `Callback` object, then
|
||||
it collects those callbacks and returns a new callback that will
|
||||
execute when all the ones returned by the hooks have been
|
||||
completed. Otherwise, :meth:`MathJax.Callback.executeHooks()`
|
||||
completed. Otherwise, :meth:`MathJax.Callback.ExecuteHooks()`
|
||||
returns ``null``.
|
||||
|
||||
:Parameters:
|
||||
|
|
|
@ -39,7 +39,7 @@ Methods
|
|||
var div = MathJax.HTML.Element(
|
||||
"div",
|
||||
{id: "MathDiv", style:{border:"1px solid", padding:"5px"}},
|
||||
["Here is math: $x+1$",["br"],"and a display $$x+1\\over x-1$$"]
|
||||
["Here is math: \\(x+1\\)",["br"],"and a display $$x+1\\over x-1$$"]
|
||||
);
|
||||
|
||||
:Parameters:
|
||||
|
@ -81,7 +81,7 @@ Methods
|
|||
- **text** --- the text for the new node
|
||||
:Returns: the new text node
|
||||
|
||||
.. method:: setText(script,text)
|
||||
.. method:: setScript(script,text)
|
||||
|
||||
Sets the contents of the ``script`` element to be the given
|
||||
``text``, properly taking into account the browser limitations and
|
||||
|
|
|
@ -16,7 +16,7 @@ For example:
|
|||
.. code-block:: javascript
|
||||
|
||||
MathJax.Object.Foo = MathJax.Object.Subclass({
|
||||
Init: function (x) {this.SetX(x)},
|
||||
Init: function (x) {this.setX(x)},
|
||||
getX: function () {return this.x},
|
||||
setX: function (x) {this.x = x}
|
||||
});
|
||||
|
|
|
@ -37,11 +37,11 @@ Main MathJax Components
|
|||
Contains the code for managing MathJax callbacks, queues and
|
||||
signals.
|
||||
|
||||
.. describe:: MathJax.Extensions
|
||||
.. describe:: MathJax.Extension
|
||||
|
||||
Initially empty, this is where extensions can load their code.
|
||||
For example, the `tex2jax` preprocessor creates
|
||||
``MathJax.Extensions.tex2jax`` for its code and variables.
|
||||
``MathJax.Extension.tex2jax`` for its code and variables.
|
||||
|
||||
.. describe:: MathJax.Object
|
||||
|
||||
|
|
|
@ -45,9 +45,9 @@ copyright = u'2011 Design Science'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '1.1'
|
||||
version = '1.1a'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.1'
|
||||
release = '1.1a'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -161,7 +161,7 @@ behavior of MathJax. They are given with their default values.
|
|||
that act as the defaults for the user's settings in that menu.
|
||||
The possible values are:
|
||||
|
||||
.. describe:: zoom: "none"
|
||||
.. describe:: zoom: "None"
|
||||
|
||||
This indicates when typeset mathematics should be zoomed. It
|
||||
can be set to ``"None"``, ``"Hover"``, ``"Click"``, or
|
||||
|
|
|
@ -103,14 +103,14 @@ pushed into the queue:
|
|||
|
||||
6. Load the extension files:
|
||||
|
||||
- Post the ``Begin Extension`` startup signal
|
||||
- Post the ``Begin Extensions`` startup signal
|
||||
- Load the files from the ``MathJax.Hub.config.extensions`` array
|
||||
|
||||
- Most extensions will post a ``Extension [name] Ready``
|
||||
startup message when they are loaded (where ``[name]`` is
|
||||
the name of the extension)
|
||||
- Most extensions will post a ``[name] Ready`` or ``Extension
|
||||
[name] Ready`` startup message when they are loaded (where
|
||||
``[name]`` is the name of the extension)
|
||||
|
||||
- Post the ``End Extension`` startup signal
|
||||
- Post the ``End Extensions`` startup signal
|
||||
|
||||
..
|
||||
|
||||
|
|
|
@ -371,6 +371,7 @@ Symbols
|
|||
{
|
||||
}
|
||||
~
|
||||
'
|
||||
|
||||
\ (backslash-space)
|
||||
\!
|
||||
|
|
|
@ -87,14 +87,14 @@ For example, suppose you have the following HTML in your document
|
|||
.. code-block:: html
|
||||
|
||||
<div id="MathDiv">
|
||||
The answer you provided is: ${}$.
|
||||
The answer you provided is: \({}\).
|
||||
</div>
|
||||
|
||||
and MathJax has already preprocessed and typeset the mathematics
|
||||
within dollar signs (it will be blank). A student has typed
|
||||
something elsewhere on the page, and you want to typeset their answer
|
||||
in the location of the mathematics that is already there. You could
|
||||
replace the entire contents of the `MathDiv` element and call
|
||||
within the div. A student has typed something elsewhere on the page,
|
||||
and you want to typeset their answer in the location of the
|
||||
mathematics that is already there. You could replace the entire
|
||||
contents of the `MathDiv` element and call
|
||||
:meth:`MathJax.Hub.Typeset()` as described above, but there is a more
|
||||
efficient approach, which is to ask MathJax for the element jax for
|
||||
the mathematics, and call its method for replacing the formula shown
|
||||
|
|
Loading…
Reference in New Issue
Block a user