Skip to content

Commit

Permalink
fourth round of fixes for #78: tweak mathml.rst, fix #84
Browse files Browse the repository at this point in the history
  • Loading branch information
pkra committed Jan 10, 2015
1 parent d4c7850 commit 2266404
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ MathJax Configuration Options
.. toctree::
:maxdepth: 1

The HTML-CSS floats extension <options/floats>
The CHTML-preview options <options/CHTML-preview>
The Content MathML options <options/Content-MathML>
The experimental MML3 extension <options/MML3>
Expand Down
6 changes: 3 additions & 3 deletions options/MML3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ call. For example,
}
});
The extension has no configuration options.

The extension provides experimental support for the so-called elementary math
elements as well as experimental support for bidirectional math.
elements as well as experimental support for bidirectional math.

The extension has no configuration options.
24 changes: 24 additions & 0 deletions options/handle-floats.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.. _configure-handle-floats:

***************************
The handle-floats extension
***************************

The floats extension for the HTML-CSS output is run when you include
``handle-floats.js`` in the ``extension`` array of the HTML-CSS section of your
:meth:`MathJax.Hub.Config()` call. For example,

.. code-block:: javascript
MathJax.Hub.Config({
"HTML-CSS": {
extensions: ["handle-floats.js"]
}
});
This extension allows HTML-CSS output to deal with floating elements
better. In particular, when there are tags or equation numbers, these
would overlap floating elements, but with this extension, the width of
the line should properly correspond to the amount of space remaining.

The extension has no configuration options.

0 comments on commit 2266404

Please sign in to comment.