multline¶
Environment in package math.
Description¶
Starts math mode in display style.
Environment to spread one equation over several lines.
The first line will be at the left margin and the last line at the right margin.
Like in other table-like environments, line are separated by \\
(see example below).
Example¶
\begin{multline}
\text{First line of equation} \\
\text{Middle line of equation} \\
\text{Second middle line of equation} \\
\text{Last line of equation} \\
\end{multline}
Result, as rendered by your browser
This page is generated automatically and each change here will be replaced on a next update.