<math-package>

The <math-package> tag goes in <docinfo> to load an additional LaTeX math package for the document. It also records the corresponding MathJax extension so the same macros can work in web output.

Use one <math-package> per package, supplying both the LaTeX package name and the MathJax extension name, even if one of them is empty.

Syntax

Attributes

Attributes for <math-package>
AttributeRequired?Values
latex-name = "…"requiredstring
mathjax-name = "…"requiredstring

Children

This tag must be empty (i.e., no children or text allowed).

Parents

This element may appear as an immediate child of the following elements: <docinfo>

Examples