I have two equations of \begin{eqnarray} .... \end{eqnarray} in latex using editor WinEdt. How can I reduce the space between them?
\begin{eqnarray}
l(P_5) = abc
\end{eqnarray}
\begin{eqnarray}
l(P_6) = xyz
\end{eqnarray}
This gives a gap between two equations. Is it possible to reduce the gap to make the article better? Kindly help.
eqnarrayto begin with. – egreg May 08 '19 at 09:35amsmath(everyone else does) and itsalign,gather, etc envs. For one lines always useequation. Note thateqnarrayis only available for backwards compatability, new users should never use it, it has many flaws. – daleif May 08 '19 at 09:39