Math & Scienceequation number for multiple line equation

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
gcheer3
Posts: 41
Joined: Wed Jun 25, 2008 4:39 pm

equation number for multiple line equation

Post by gcheer3 »

Hello,

I wrote an equation which has multiple lines. I used
\begin{equation}
\begin{split}
blabla.....
\end{split}
\end{equation}

The equation number is shown in the middle (e.g., I have a 5 line euqation, the number is on the 3rd line). But I want the equation number on the last line. How can I do it? Thanks in advance for any suggestions!

Thanks a lot.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

equation number for multiple line equation

Post by localghost »

Load the amsmath package with an adequate option.

Code: Select all

\usepackage[tbtags]{amsmath}
The manual will tell you more.


Best regards
Thorsten
Post Reply