Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!mit-eddie!wuarchive!zaphod!ncar!gatech!mcnc!duke!physics.phy.duke.edu!guy From: guy@physics.phy.duke.edu (Guy Metcalfe) Newsgroups: comp.text.tex Subject: small bug in equations.sty Message-ID: <21880@duke.cs.duke.edu> Date: 14 Jan 91 21:20:45 GMT Sender: news@duke.cs.duke.edu Reply-To: guy@physics.phy.duke.edu (Guy Metcalfe) Organization: Duke University Physics Dept.; Durham, N.C. Lines: 27 Nntp-Posting-Host: physics.phy.duke.edu There is a small bug in equations.sty. The \lefteqn command is ignored. Without using equations.sty, the following example prints as I would expect from p. 50 of the latex manual: the first line is shoved over to the left while the second is centered. However, with equations the R_c is aligned with -19.9---as if \lefteqn were not there at all. I would appreciate any fixes or hints for this problem. Thanks. Equations.sty implements several useful equation making environments. This is the only bug I've found in a very good package. \documentstyle[11pt,equations]{article} \begin{document} \begin{eqnarray} \label{eqn:F2nd} \lefteqn{R_c \approx R_{c\circ} + 24.6(\epsilon_1 \epsilon_2) + 10.2(\epsilon_1 - \epsilon_2)^2} \\ & & - 19.9\epsilon_2(\epsilon_1 \rho/\rho_s - \epsilon_3) \nonumber \end{eqnarray} \end{document} -- Guy Metcalfe Duke University Dept. of Physics guy@phy.duke.edu & Center for Nonlinear Studies guy@physics.phy.duke.edu Durham, N.C. 27706 guy%phy.duke.edu@cs.duke.edu