1. changing align <---> align*
2. adding and removing \nonumber
I find this rather tedious.
Is there any way to have LaTeX automatically number only those equations that I label? e.g.
Code: Select all
\begin{align}
a &= b \label{eq:one} \\
a &> c
\end{align}