amsmath labelling of equation in gather environment

144 views
Skip to first unread message

r

unread,
Nov 19, 2009, 4:38:58 AM11/19/09
to LaTeX Users Group
Readers,

Using the amsmath package, I'm trying the following:

Lorem ipsum dolor sit amet, (\ref{equation1}) and (\ref{equation2})
consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua.
\begin{align}
a+b& = c\\
d+e& = f
\end{align}

Where do I put the labels \label{equation1} and \label{equation2}?

Yours,

latexatconference.jabber.org

Kumaresh P

unread,
Nov 19, 2009, 4:44:30 AM11/19/09
to latexus...@googlegroups.com
Hi,
 
> Where do I put the labels \label{equation1} and \label{equation2}?
Like below:
 
\begin{align}
       \label{equation1}a+b& = c\\
       \label{equation2}d+e& = f
\end{align}

Kumaresh PS
Reply all
Reply to author
Forward
0 new messages