Attention

Version 4 is now the current version of MathJax. This document is for version 2.7.

Output Components

Currently there are two MathJax output formats, each packaged into its own component.

These are described in more detail below.

Note

The NativeMML output jax from version 2 has not been ported to version 3, and is unlikely to be. See the MathML Support section for details.


output/chtml

The output/chtml component includes the CommonHTML output processor. When loaded, it causes data for handling the MathJax TeX font to be loaded as well (via a separate component). Currently, this is the only font available in version 3 (see the MathJax Font Support section for more information). The output/chtml/fonts/tex component holds the font data.


output/svg

The output/svg component includes the SVG output processor. When loaded, it causes data for handling the MathJax TeX font to be loaded as well (via a separate component). Currently, this is the only font available in version 3 (see the MathJax Font Support section for more information). The output/svg/fonts/tex component holds the font data.

|-----|