<m>

The <m> tag is a wrapper for a piece of inline mathematics, similar to $ in LaTeX. It is rendered by MathJax, so the most common packages are available. For example, <m>\alpha^2 + \beta^4</m> will display α2+β4\alpha^2 + \beta^4.

Closely related tags are: <me> for displayed math, which will be centered on its own line, and is better for longer and/or taller mathematics notation; <men> for displayed math that is also numbered; <md> for a sequence of displayed math elements; and <mdn> for a sequence of numbered displayed math elements.

For more information, see the PreTeXt Guide

Syntax

Attributes

This tag has no attributes.

Children

The following may appear as children:<fillin> <var> Text

Parents

This element may appear as an immediate child of the following elements: <alert> <angles> <articletitle> <attribution> <author> <biblio> <caption> <cell> <creator> <dblbrackets> <delete> <description> <em> <entity> <fn> <foreign> <h> <idx> <insert> <instruction> <intertext> <journal> <li> <line> <minilicense> <p> <pubtitle> <q> <role> <see> <seealso> <shortlicense> <shorttitle> <sq> <stale> <subtitle> <support> <term> <title> <url> <usage> <xref> <year>

Examples