Fixed some formatting
This commit is contained in:
parent
fbc0df4440
commit
34a35243e3
Binary file not shown.
Binary file not shown.
|
@ -75,30 +75,30 @@ pushed into the queue:
|
|||
|
||||
3. Load the cookie values:
|
||||
|
||||
- Post the "Begin Cookie" startup signal
|
||||
- Post the ``Begin Cookie`` startup signal
|
||||
- Load the menu cookie values
|
||||
- Use the cookie to set the renderer, if it is set
|
||||
- Post the "End Cookie" startup signal
|
||||
- Post the ``End Cookie`` startup signal
|
||||
|
||||
..
|
||||
|
||||
4. Define the MathJax styles:
|
||||
|
||||
- Post the "Begin Styles" startup signal
|
||||
- Post the ``Begin Styles`` startup signal
|
||||
- Load the stylesheet files from the ``MathJax.Hub.config.stylesheets`` array
|
||||
- Define the stylesheet described in ``MathJax.Hub.config.styles``
|
||||
- Post the "End Styles" startup signal
|
||||
- Post the ``End Styles`` startup signal
|
||||
|
||||
..
|
||||
|
||||
5. Load the jax configuration files:
|
||||
|
||||
- Post the "Begin Jax" startup signal
|
||||
- Post the ``Begin Jax`` startup signal
|
||||
- Load the jax config files from the ``MathJax.Hub.config.jax`` array
|
||||
|
||||
- The jax will register themselves when they are loaded
|
||||
|
||||
- Post the "End Jax" startup signal
|
||||
- Post the ``End Jax`` startup signal
|
||||
|
||||
..
|
||||
|
||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -113,30 +113,30 @@ wait until its condition is met</li>
|
|||
</ol>
|
||||
<ol class="arabic simple" start="3">
|
||||
<li>Load the cookie values:<ul>
|
||||
<li>Post the “Begin Cookie” startup signal</li>
|
||||
<li>Post the <tt class="docutils literal"><span class="pre">Begin</span> <span class="pre">Cookie</span></tt> startup signal</li>
|
||||
<li>Load the menu cookie values</li>
|
||||
<li>Use the cookie to set the renderer, if it is set</li>
|
||||
<li>Post the “End Cookie” startup signal</li>
|
||||
<li>Post the <tt class="docutils literal"><span class="pre">End</span> <span class="pre">Cookie</span></tt> startup signal</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
<ol class="arabic simple" start="4">
|
||||
<li>Define the MathJax styles:<ul>
|
||||
<li>Post the “Begin Styles” startup signal</li>
|
||||
<li>Post the <tt class="docutils literal"><span class="pre">Begin</span> <span class="pre">Styles</span></tt> startup signal</li>
|
||||
<li>Load the stylesheet files from the <tt class="docutils literal"><span class="pre">MathJax.Hub.config.stylesheets</span></tt> array</li>
|
||||
<li>Define the stylesheet described in <tt class="docutils literal"><span class="pre">MathJax.Hub.config.styles</span></tt></li>
|
||||
<li>Post the “End Styles” startup signal</li>
|
||||
<li>Post the <tt class="docutils literal"><span class="pre">End</span> <span class="pre">Styles</span></tt> startup signal</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
<ol class="arabic simple" start="5">
|
||||
<li>Load the jax configuration files:<ul>
|
||||
<li>Post the “Begin Jax” startup signal</li>
|
||||
<li>Post the <tt class="docutils literal"><span class="pre">Begin</span> <span class="pre">Jax</span></tt> startup signal</li>
|
||||
<li>Load the jax config files from the <tt class="docutils literal"><span class="pre">MathJax.Hub.config.jax</span></tt> array<ul>
|
||||
<li>The jax will register themselves when they are loaded</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Post the “End Jax” startup signal</li>
|
||||
<li>Post the <tt class="docutils literal"><span class="pre">End</span> <span class="pre">Jax</span></tt> startup signal</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
|
|
@ -75,30 +75,30 @@ pushed into the queue:
|
|||
|
||||
3. Load the cookie values:
|
||||
|
||||
- Post the "Begin Cookie" startup signal
|
||||
- Post the ``Begin Cookie`` startup signal
|
||||
- Load the menu cookie values
|
||||
- Use the cookie to set the renderer, if it is set
|
||||
- Post the "End Cookie" startup signal
|
||||
- Post the ``End Cookie`` startup signal
|
||||
|
||||
..
|
||||
|
||||
4. Define the MathJax styles:
|
||||
|
||||
- Post the "Begin Styles" startup signal
|
||||
- Post the ``Begin Styles`` startup signal
|
||||
- Load the stylesheet files from the ``MathJax.Hub.config.stylesheets`` array
|
||||
- Define the stylesheet described in ``MathJax.Hub.config.styles``
|
||||
- Post the "End Styles" startup signal
|
||||
- Post the ``End Styles`` startup signal
|
||||
|
||||
..
|
||||
|
||||
5. Load the jax configuration files:
|
||||
|
||||
- Post the "Begin Jax" startup signal
|
||||
- Post the ``Begin Jax`` startup signal
|
||||
- Load the jax config files from the ``MathJax.Hub.config.jax`` array
|
||||
|
||||
- The jax will register themselves when they are loaded
|
||||
|
||||
- Post the "End Jax" startup signal
|
||||
- Post the ``End Jax`` startup signal
|
||||
|
||||
..
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user