0

When I compile a formula with following code:

\begin{eqnarray}\label{eq:derivativeES}
\dot{c}_k(t_j) &=& \frac{\dot{c}_k( t_{j+1})-\dot{c}_k(t_j)}{\triangle t},1\le j\le n-1,1\le k\le K
\end{eqnarray}

I get the following result

How to handle this type of problem ,as we can see formula overlap with label

yi li
  • 167
  • 2
    avoid eqnarray and use align from amsmath instead. The amsmath alignments move the equation number if necessary (eqnarray should be avoided in general, not just in this case) – David Carlisle Sep 17 '21 at 12:52
  • thank you I found a similar post here https://tex.stackexchange.com/q/48617/189902 – yi li Sep 17 '21 at 12:53

0 Answers0