Normally I would use \begin{equation}, of course. But I got a huge file (more than two hundred pages) where many equations are formatted like this:
\begin{eqnarray}
a = b + 1 % no & here!
\end{eqnarray}
AFAICT the visual difference is minimal. Still, should I convert all this to \begin{equation}?
(I suspect that the bigger problem might be the missing & characters around the =. If I add them, I get exactly the same output as with \[...\], which should be the right thing.)
I use the svmono document class, if that is important.
equationfor single line equations (or\[...\]for unnumbered ones) and never ever useeqnarray. – egreg Jul 28 '12 at 08:46