Fixed some formatting

This commit is contained in:
dpvc 2010-07-30 21:14:43 +00:00
parent fbc0df4440
commit 34a35243e3
7 changed files with 19 additions and 19 deletions

View File

@ -75,30 +75,30 @@ pushed into the queue:
3. Load the cookie values: 3. Load the cookie values:
- Post the "Begin Cookie" startup signal - Post the ``Begin Cookie`` startup signal
- Load the menu cookie values - Load the menu cookie values
- Use the cookie to set the renderer, if it is set - 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: 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 - Load the stylesheet files from the ``MathJax.Hub.config.stylesheets`` array
- Define the stylesheet described in ``MathJax.Hub.config.styles`` - 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: 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 - Load the jax config files from the ``MathJax.Hub.config.jax`` array
- The jax will register themselves when they are loaded - 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

View File

@ -113,30 +113,30 @@ wait until its condition is met</li>
</ol> </ol>
<ol class="arabic simple" start="3"> <ol class="arabic simple" start="3">
<li>Load the cookie values:<ul> <li>Load the cookie values:<ul>
<li>Post the &#8220;Begin Cookie&#8221; 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>Load the menu cookie values</li>
<li>Use the cookie to set the renderer, if it is set</li> <li>Use the cookie to set the renderer, if it is set</li>
<li>Post the &#8220;End Cookie&#8221; 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> </ul>
</li> </li>
</ol> </ol>
<ol class="arabic simple" start="4"> <ol class="arabic simple" start="4">
<li>Define the MathJax styles:<ul> <li>Define the MathJax styles:<ul>
<li>Post the &#8220;Begin Styles&#8221; 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>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>Define the stylesheet described in <tt class="docutils literal"><span class="pre">MathJax.Hub.config.styles</span></tt></li>
<li>Post the &#8220;End Styles&#8221; 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> </ul>
</li> </li>
</ol> </ol>
<ol class="arabic simple" start="5"> <ol class="arabic simple" start="5">
<li>Load the jax configuration files:<ul> <li>Load the jax configuration files:<ul>
<li>Post the &#8220;Begin Jax&#8221; 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>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> <li>The jax will register themselves when they are loaded</li>
</ul> </ul>
</li> </li>
<li>Post the &#8220;End Jax&#8221; 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> </ul>
</li> </li>
</ol> </ol>

View File

@ -75,30 +75,30 @@ pushed into the queue:
3. Load the cookie values: 3. Load the cookie values:
- Post the "Begin Cookie" startup signal - Post the ``Begin Cookie`` startup signal
- Load the menu cookie values - Load the menu cookie values
- Use the cookie to set the renderer, if it is set - 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: 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 - Load the stylesheet files from the ``MathJax.Hub.config.stylesheets`` array
- Define the stylesheet described in ``MathJax.Hub.config.styles`` - 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: 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 - Load the jax config files from the ``MathJax.Hub.config.jax`` array
- The jax will register themselves when they are loaded - The jax will register themselves when they are loaded
- Post the "End Jax" startup signal - Post the ``End Jax`` startup signal
.. ..