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 above, and is unlikely to be. See the MathML Support section for details.


output/chtml

The output/chtml component includes the CommonHTML output processor. It does not include a default font, however, so you need to configure one explicitly in the font option in the output block of your MathJax configuration when you load this component.


output/svg

The output/svg component includes the SVG output processor. It does not include a default font, however, so you need to configure one explicitly in the font option in the output block of your MathJax configuration when you load this component.