I know how to use \nonumber or \notag in \begin{eqnarray} \end{eqnarray} environment.
But is there something like \addnumber or \addtag in \begin{eqnarray*} \end{eqnarray*} environment ?
For example, if I want only the second equation below be tagged, what should I do?
\begin{eqnarray*}
a &=& b\\
c &=& d \addnumber\\
e &=& f\\
g &=& h\\
i &=& j
\end{eqnarray*}
eqnarray: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=eqnarray – Joseph Wright Feb 06 '11 at 08:17