Latex - Equation numbers

Associate
Joined
6 Nov 2006
Posts
722
Location
Devon
I currently have a section of equations in an
Code:
{align*}
environment to supress equation numbers as I don't want them all numbered, just the last one. I know I can add
Code:
\tag{3}
to add the equation number manually, or use align and add \nonumber to each line which doesn't need a number but this seems a little tedious. I'm after a command to tell latex that I just want this equation numbered within align* which will automatically number it as I will need to add a few equations in before this which will need numbers so I don't know what the number of the equation will be or is there a better way of doing this?
 
Back
Top Bottom