Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!ut-sally!utah-cs!utah-gr!mecklen From: mecklen@utah-gr.UUCP (Robert Mecklenburg) Newsgroups: comp.text Subject: Re: equation format in LaTeX Message-ID: <2093@utah-gr.UUCP> Date: Wed, 22-Jul-87 23:17:13 EDT Article-I.D.: utah-gr.2093 Posted: Wed Jul 22 23:17:13 1987 Date-Received: Sat, 25-Jul-87 02:50:53 EDT References: <1711@batcomputer.tn.cornell.edu> <3818@osu-eddie.UUCP> Reply-To: mecklen@utah-gr.UUCP (Robert Mecklenburg) Distribution: na Organization: University of Utah CS Dept Lines: 16 Summary: use array format If you want to line several things up to the right of the equation list you can "simulate" eqnarray mode with \begin{displaymath} \begin{array}{rcll} a & = & b & b < 0 \\ d & = & a + b & where foo > blat \end{array} \end{display} This will place the "annotations" off to the right so they line up, but they will not be flush right. Another thing to do is use the "\qquad" spacing command which inserts a "quads" worth of space (2 em's). Robert Mecklenburg