Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!snorkelwacker!bloom-beacon!eru!hagbard!sunic!sics.se!sics!bjornl From: bjornl@sics.se (Bj|rn Lisper) Newsgroups: comp.text.tex Subject: eqnarray bug in LaTeX? Message-ID: <1990Sep25.075127.5715@sics.se> Date: 25 Sep 90 07:51:27 GMT Sender: news@sics.se Organization: Swedish Institute of Computer Science, Kista Lines: 28 In our LaTeX, version 2.09, the following is processed correctly: \begin{eqnarray} x&=&y\\ z&=&u \end{eqnarray} Also the following works fine: \begin{eqnarray} x&=&y\\ z&=&u \end{eqnarray} But if empty lines are added, like the following: \begin{eqnarray} x&=&y\\ z&=&u \end{eqnarray} then LaTeX gets messed up and starts complaining about missing $ etc. Why is this? It seems to me like a newline and a space should be equal in math mode. Is this a bug? Bjorn Lisper bjornl@tds.kth.se