From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20369 Path: news.gmane.org!not-for-mail From: Otared Kavian Newsgroups: gmane.comp.tex.context Subject: Re: ntg-context Digest, Vol 11, Issue 29 Date: Sun, 15 May 2005 00:10:13 +0200 Message-ID: References: <20050514100003.538C612799@ronja.ntg.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: sea.gmane.org 1116108655 14519 80.91.229.2 (14 May 2005 22:10:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 May 2005 22:10:55 +0000 (UTC) Cc: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sun May 15 00:10:52 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DX4ps-0007dz-Gs for gctc-ntg-context-518@m.gmane.org; Sun, 15 May 2005 00:10:16 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C6115127A0; Sun, 15 May 2005 00:10:25 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03135-02; Sun, 15 May 2005 00:10:21 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 11A03127B0; Sun, 15 May 2005 00:10:21 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EE50C127B0 for ; Sun, 15 May 2005 00:10:19 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02776-09 for ; Sun, 15 May 2005 00:10:19 +0200 (CEST) Original-Received: from smtp6.wanadoo.fr (smtp6.wanadoo.fr [193.252.22.25]) by ronja.ntg.nl (Postfix) with ESMTP id 3061B127A0 for ; Sun, 15 May 2005 00:10:19 +0200 (CEST) Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0607.wanadoo.fr (SMTP Server) with ESMTP id DC0851C001FF for ; Sun, 15 May 2005 00:10:18 +0200 (CEST) Original-Received: from [10.0.1.121] (AMontsouris-151-1-16-44.w82-123.abo.wanadoo.fr [82.123.141.44]) by mwinf0607.wanadoo.fr (SMTP Server) with ESMTP id 679121C001F9; Sun, 15 May 2005 00:10:18 +0200 (CEST) X-ME-UUID: 20050514221018424.679121C001F9@mwinf0607.wanadoo.fr X-Sender: otared@pop.wanadoo.fr In-Reply-To: Original-To: Fei He , mailing list for ConTeXt users X-Virus-Scanned: 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20369 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20369 At 10:48 -0700 14/05/05, Fei He wrote: >Hi all, > >I have a math equation question too. This has made me pulling my hair >off, for a while. Please see below: >(snip) > > > > ~~ this & never seems to give >me the alignment that I need. >> } > > \stopformula > Hi, I think the point is to use a \cr after each line of aligned text in \cases. On my installation the following works fine: \usemodule[amsl] \starttext \startformula {\bf f(x)} = \cases{ \sum_{x=1}^n x &\quad if I am false \cr \displaystyle % just to see the difference \sum_{x=1}^n x^2 &\quad \text{if I am true} \cr } \stopformula \stoptext Note that I added a \quad after each "&" in order to have a little more space: however this is not essential. Best regards: OK