Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.57 KB

output.rst

File metadata and controls

63 lines (42 loc) · 1.57 KB

Output Components

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

  • chtml-component
  • svg-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-output 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 font-support section for more information). The output/chtml/fonts/tex component holds the font data.

  • See the html-output section for details on the CommonHTML output processor.
  • See the chtml-options section for information about configuring this component.

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 font-support section for more information). The output/svg/fonts/tex component holds the font data.

  • See the svg-output section for details on the SVG output processor.
  • See the svg-options section for information about configuring this component.