27 Oct
2004
27 Oct
'04
7:18 a.m.
Wednesday, October 27, 2004 David Arnold wrote:
All,
The default behavior of gather is to center a group of equations. By default, each one is numbered. Try:
[snip]
In amsmath, if we don't want the individual equations numbered, we use the * version. Try:
\documentclass{article} \usepackage{amsmath}
\begin{document}
\begin{gather*} F(x)=\int_0^x f(t)\, dt\\ F'(x)=f(x) \end{gather*}
\end{document}
I hope this helps those who are working on these issues.
In ConTeXt, the usual behavior of such things is to have them unnumbered unless they are preceded by a \placeformula[label], and this is the convention I'm following in the amsl module ... should it be changed? I'll see for the centering issue. -- Giuseppe "Oblomov" Bilotta