auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] Installation of Auctex 11.83


From: David Kastrup
Subject: Re: [AUCTeX] Installation of Auctex 11.83
Date: Tue, 25 Jul 2006 18:47:05 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Christophe FARGES <address@hidden> writes:

> That's exactly my problem: I'm using the eqnarray command... Do you
> have a suggestion for replacement?

Use the amsmath package and its align environment.  It is used
something like

\begin{align}
  x&=2
  y&=3+5
\end{align}

The align environment works quite hard on keeping the equation numbers
and the equation out of colliding.  As long as possible.

For arranging large equations, do something like

texdoc amsldoc

and read through the various amsmath constructs.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

[Prev in Thread] Current Thread [Next in Thread]