How use "align" but with numeration of just some equation ? For example,
\begin{align}
f(x)&=P(x)\\
&= Q(x)\\
&=R(x)
\end{align}
will numerate all equation. How can I do if I want to numerate only the second equation for example ? I tried
\begin{align*}
f(x)&=P(x)\\
&= Q(x)\tag{2}\\
&=R(x)
\end{align*}
but I would like to numerote it in a coherent way with previous numerotation, i.e. if the previous equation is numeroted with (6) I want to give automatically the number (7). Is it possible ?

\nonumberin the same line of the equation that should not be numbered ;-) – Dec 27 '17 at 10:46amsmathpackage. – Mico Dec 27 '17 at 10:55amsmath,\notagis equivalent to\nonumber. – barbara beeton Dec 27 '17 at 14:27\notagneither ;-) And I think it is a clear duplicate – Dec 27 '17 at 15:44