eqnarray
?The environment eqnarray
is attractive for the
occasional user of mathematics in LaTeX documents: it seems to
allow aligned systems of equations. Indeed it does supply such
things, but it makes a serious mess of spacing. In the system:
the spacing around the "=" signs is not that defined in the metrics for the font from which the glyph comes - it's\begin{eqnarray} a & = & b + c \\ x & = & y - z \end{eqnarray}
\
arraycolsep
, which may be set to some very odd value for reasons
associated with real arrays elsewhere in the document.
The user is far better served by the AMSLaTeX bundle, which
provides an align
environment, which is designed with
the needs of mathematicians in mind (as opposed to the convenience of
LaTeX programmers). For this simple case (align is capable of far
greater things), code as:
\begin{align} a & = b + c \\ x & = y - z \end{align}
This question on the Web: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=eqnarray