<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
| Attribute | Required? | Values |
|---|---|---|
latex-name = "…" | required | string |
mathjax-name = "…" | required | string |
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>