Saturday, December 2, 2006

Latex equation numbering

If you want to have several lines of your equations to have one number centered nicely, include \usepackage{amsmath}
and use:

\begin{equation}
\begin{aligned}
A &= B \\
C &= D
\end{aligned}
\end{equation}


The output:
latex output example

No comments: