align*¶
Environment in package math.
Description¶
Starts math mode in display style.
Environment to align equations and formulas which are not numbered.
Like in other table-like environments, rows are separated by \\
,
and cells are separated by &
(see example below).
Example¶
\begin{align*}
c^2 &=& a^2 + b^2 \\
e^{i\pi} +1 &=& 0
\end{align*}
Result, as rendered by your browser
This page is generated automatically and each change here will be replaced on a next update.