From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16821 Path: main.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Re: gather Date: Wed, 27 Oct 2004 09:18:28 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <26725494.20041027091828@iol.it> References: <3.0.5.32.20041026213448.008c35d0@mail.northcoast.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098922883 20687 80.91.229.6 (28 Oct 2004 00:21:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Oct 2004 00:21:23 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 28 02:21:10 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CMy2Q-0006TN-00 for ; Thu, 28 Oct 2004 02:21:10 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 146181278C; Thu, 28 Oct 2004 02:21:09 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04455-01; Thu, 28 Oct 2004 02:21:07 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2007C1278F; Thu, 28 Oct 2004 01:53:10 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6379B1278C for ; Thu, 28 Oct 2004 01:53:07 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03975-05 for ; Thu, 28 Oct 2004 01:53:05 +0200 (CEST) Original-Received: from vsmtp1.tin.it (unknown [212.216.176.141]) by ronja.ntg.nl (Postfix) with ESMTP id 8B0901276D for ; Thu, 28 Oct 2004 01:53:05 +0200 (CEST) Original-Received: from OBLOMOV (82.53.33.43) by vsmtp1.tin.it (7.0.027) id 416FD1FE005EB1C6 for ntg-context@ntg.nl; Thu, 28 Oct 2004 01:53:06 +0200 X-Priority: 3 (Normal) Original-To: mailing list for ConTeXt users In-Reply-To: <3.0.5.32.20041026213448.008c35d0@mail.northcoast.com> X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16821 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16821 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