If i do:
\begin{align}
a = b \\
b = c \\
c = d \\
\end{align}
The output will be like:
(1) a = b
(2) b = c
(3) c = d
If I use algin* instead. No row will be enumerated.
Is there a way to get the following output?
a = b
b = c
(1) c = d