From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25534 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: LaTeX array equivalence with multiline \lbrace Date: Tue, 24 Jan 2006 18:37:20 -0500 (EST) Message-ID: References: <43D67EB3.5020800@nibua-r.org> 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 1138145879 20683 80.91.229.2 (24 Jan 2006 23:37:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jan 2006 23:37:59 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 25 00:37:53 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 1F1XjM-0004Gk-8Z for gctc-ntg-context-518@m.gmane.org; Wed, 25 Jan 2006 00:37:44 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CCCFF127A0; Wed, 25 Jan 2006 00:37:40 +0100 (CET) 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 03166-08; Wed, 25 Jan 2006 00:37:37 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9EDE61278A; Wed, 25 Jan 2006 00:37:36 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2983B1278A for ; Wed, 25 Jan 2006 00:37:34 +0100 (CET) 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 03506-03 for ; Wed, 25 Jan 2006 00:37:33 +0100 (CET) Original-Received: from pushingtin.mr.itd.umich.edu (pushingtin.mr.itd.umich.edu [141.211.14.78]) by ronja.ntg.nl (Postfix) with SMTP id 9802C12788 for ; Wed, 25 Jan 2006 00:37:32 +0100 (CET) Original-Received: from aditya.engin.umich.edu (udhcp-wlan72.public.engin.umich.edu [141.213.120.82]) by pushingtin.mr.itd.umich.edu (smtp) with ESMTP id k0ONbPJa026831 for ; Tue, 24 Jan 2006 18:37:30 -0500 Original-To: mailing list for ConTeXt users In-Reply-To: <43D67EB3.5020800@nibua-r.org> 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:25534 Archived-At: <--- On Jan 24, Renaud AUBIN wrote ---> > With LaTeX, I have > $$ > \left\lbrace > \begin{array}{l} > \dot{q}_i = 1 \quad\text{ if } i=k \\ > \dot{q}_i = 0 \quad\text{ else} > \end{array} > \right > $$ Well the ConTeXt way (rather the TeX way) of doing this is to use \cases. $$ \cases{ \dot q_i = 1, & \text{ if } i = k \cr \dot q_i = 0, & \text{ else } \cr } $$ -- Aditya Mahajan, EECS Systems, University of Michigan http://www.eecs.umich.edu/~adityam || Ph: 7342624008