Docutils supports inline math with the prefix or postfix :math: role specificator, and , as well as displayed math via the math directive:
Content may start on the first line of the directive, e.g.
Equations can be labeled with a reference name using the :name: option. See eq:M and eq:schrödinger below.
The determinant of the matrix
is .
More than one display math block can be put in one math directive. For example, the following sum and integral with limits:
LaTeX-supported Unicode math symbols can be used in math roles and directives:
The Schrödinger equation
with the wave function , describes how the quantum state of a physical system changes in time.
\acute{a} | \dot{t} | \hat{\gamma} |
\grave{a} | \ddot{t} | \tilde{\alpha} |
\breve{x} | \dddot{t} | \vec{\imath} |
\check{a} | \bar{a} | \vec{R} |
Modulation Transfer Function:
Math split over two lines: If a double backslash is detected outside a \begin{...} \end{...} pair, the math code is wrapped in an AMSmath align environment:
Cases ("manually", with matrix environment):
Cases with the AMSmath cases environment (not (yet) supported by HTML writers with --math-output=MathML):