When I write this:
\begin{eqnarray}
K(t) &=& \arccos\left(\frac{k\cos\alpha}{b}t + \frac{A}{b}\right) \\
\textit{ side A: }\\
K(t) &=& \arccos\left(\frac{k\cos\alpha}{b}t + \frac{B}{b}\right)
\end{eqnarray}
all three lines are labeled/numbered at the end like (1),(2) and (3).
When I put \nonumber at the end of the text on 2nd line:
\begin{eqnarray}
K(t) &=& \arccos\left(\frac{k\cos\alpha}{b}t + \frac{A}{b}\right) \\
\textit{ side A: }\nonumber \\
K(t) &=& \arccos\left(\frac{k\cos\alpha}{b}t + \frac{B}{b}\right)
\end{eqnarray}
text line is not labeled/numbered but 1st and 3rd lines are labeled/numbered same way, like (1),(1). I need these two equations to be labeled/numbered differently. Any suggestions? Thanks.
eqnarray. – KersouMan Sep 29 '21 at 07:23