Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!endor!walsh From: walsh@endor.harvard.edu (Bob Walsh) Newsgroups: comp.text Subject: need LaTeX macro for commenting equation array Keywords: LaTeX Message-ID: <4024@husc6.harvard.edu> Date: 9 Feb 88 21:42:05 GMT Sender: news@husc6.harvard.edu Reply-To: walsh@endor.UUCP (Bob Walsh) Organization: Aiken Computation Lab Harvard, Cambridge, MA Lines: 16 References: I would like to be able to describe a set of equations, occasionally commenting the reason for a step. \begin{eqnarray} and \end{eqnarray} permit me to get the equal signs lined up (\begin{equation} would center successive equations without lining up the equal signs). I would also like to have the reason for the step start on the left side of the page, like any other text. The following macro definition does not quite do the job; it seems to restrict the text to the box containing the equation array. Does anyone know a better way? \def\EqComment#1{ \lefteqn{\parbox{\textwidth}{#1}} \nonumber } thanks, bob walsh