From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29988 Path: news.gmane.org!not-for-mail From: WN Newsgroups: gmane.comp.tex.context Subject: Re: Updated My Way on math alignment Date: Fri, 04 Aug 2006 17:40:50 +0200 Message-ID: <44D36A82.4010807@cs.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1154706197 29239 80.91.229.2 (4 Aug 2006 15:43:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Aug 2006 15:43:17 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 04 17:43:13 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1G91nU-0003qO-Hm for gctc-ntg-context-518@m.gmane.org; Fri, 04 Aug 2006 17:41:12 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3AF8C1FFE5; Fri, 4 Aug 2006 17:41:12 +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 10764-01; Fri, 4 Aug 2006 17:41:03 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 596CE1FFC9; Fri, 4 Aug 2006 17:41:03 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9D8211FFC9 for ; Fri, 4 Aug 2006 17:41:00 +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 09738-08 for ; Fri, 4 Aug 2006 17:40:54 +0200 (CEST) Original-Received: from imo-m25.mx.aol.com (imo-m25.mx.aol.com [64.12.137.6]) by ronja.ntg.nl (Postfix) with SMTP id A4EE31FFB6 for ; Fri, 4 Aug 2006 17:40:53 +0200 (CEST) Original-Received: from Wneimeijer01@cs.com by imo-m25.mx.aol.com (mail_out_v38_r7.6.) id a.bcb.22cee19 (60455) for ; Fri, 4 Aug 2006 11:40:46 -0400 (EDT) Original-Received: from [192.168.1.33] (3e331ada.dslaccess.aol.com [62.51.26.218]) by ciaaol-r02.mx.aol.com (v110.15) with ESMTP id MAILCIAAOLR024-ec2744d36a7c33b; Fri, 04 Aug 2006 11:40:45 -0400 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: mailing list for ConTeXt users In-Reply-To: X-AOL-IP: 62.51.26.218 X-Mailer: Unknown (No Version) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:29988 Archived-At: adityam@umich.edu wrote: > Hi, > I have updated myway on using alignment. It now also explains > features of matrix (similar to array of latex), cases, substack and > intertext. Most of the discussion on mathalignment (similar to align > and gather environments of latex) is the same as before. > > http://dl.contextgarden.net/myway/mathalign.pdf > > source > > http://dl.contextgarden.net/myway/mathalign.tex > > Taco, I am also describing how to use style=... feature of matrix that > you sent a while back, hoping that it will make to the core :-) > > Aditya > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > I have a question about \startcases .. \stopcases. I am trying to adjust the distance of the cases and the right brace, the left brace is empty, see example below. Is this possible ? Kind regards Wim % Example \starttext \startformula *\startcases[left={\left.},right={\right\}}]* \NC (\lambda + \mu ) \cdot a = \lambda \cdot a + \mu \cdot a \NC \NR \NC \lambda ( a + b ) = \lambda \cdot a + \lambda \cdot b \NC \NR \stopcases \text{(distributieve eigenschappen)} \stopformula \stoptext