File: handle-floats.rst

package info (click to toggle)
mathjax-docs 2.7%2B20161014-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,080 kB
  • ctags: 14
  • sloc: sh: 22; python: 19; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.