.. _output-components: ################# Output Components ################# Currently there are two MathJax output formats, each packaged into its own component. |btight| * :ref:`chtml-component` * :ref:`svg-component` |etight| 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 :ref:`mathml-output` section for details. ----- .. _chtml-component: 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 :js:data:`font` option in the :js:data:`output` block of your MathJax configuration when you load this component. * See the :ref:`html-output` section for details on the CommonHTML output processor. * See the :ref:`chtml-options` section for information about configuring this component. * See the :ref:`font-support` section for information about the fonts available in MathJax. ----- .. _svg-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 :js:data:`font` option in the :js:data:`output` block of your MathJax configuration when you load this component. * See the :ref:`svg-output` section for details on the SVG output processor. * See the :ref:`svg-options` section for information about configuring this component. * See the :ref:`font-support` section for information about the fonts available in MathJax. |-----|