From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25533 Path: news.gmane.org!not-for-mail From: Renaud AUBIN Newsgroups: gmane.comp.tex.context Subject: LaTeX array equivalence with multiline \lbrace Date: Tue, 24 Jan 2006 20:23:31 +0100 Message-ID: <43D67EB3.5020800@nibua-r.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1699733283==" X-Trace: sea.gmane.org 1138130756 27943 80.91.229.2 (24 Jan 2006 19:25:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jan 2006 19:25:56 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jan 24 20:25:47 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 1F1TnA-0006Pj-DZ for gctc-ntg-context-518@m.gmane.org; Tue, 24 Jan 2006 20:25:25 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 06609127C5; Tue, 24 Jan 2006 20:25:24 +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 02023-07; Tue, 24 Jan 2006 20:25:23 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6626E127A9; Tue, 24 Jan 2006 20:23:40 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2504C127A9 for ; Tue, 24 Jan 2006 20:23:39 +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 02159-04-2 for ; Tue, 24 Jan 2006 20:23:38 +0100 (CET) Original-Received: from 26.mail-out.ovh.net (26.mail-out.ovh.net [213.186.42.179]) by ronja.ntg.nl (Postfix) with SMTP id 47FC31279E for ; Tue, 24 Jan 2006 20:23:38 +0100 (CET) Original-Received: (qmail 24512 invoked by uid 503); 24 Jan 2006 19:23:56 -0000 Original-Received: (QMFILT: 1.0); 24 Jan 2006 19:23:56 -0000 Original-Received: from b6.ovh.net (HELO mail139.ha.ovh.net) (213.186.33.56) by 26.mail-out.ovh.net with SMTP; 24 Jan 2006 19:23:56 -0000 Original-Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 24 Jan 2006 19:23:38 -0000 Original-Received: from mail139.ha.ovh.net (10.0.50.139) by mail139.ha.ovh.net with SMTP; 24 Jan 2006 19:23:37 -0000 Original-Received: from b0.ovh.net (HELO queue-pre) (213.186.33.50) by b0.ovh.net with SMTP; 24 Jan 2006 19:23:37 -0000 Original-Received: from d213-103-199-52.cust.tele2.fr (HELO ?192.168.78.10?) (aubin@nibua-r.org@213.103.199.52) by ns0.ovh.net with SMTP; 24 Jan 2006 19:23:37 -0000 User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: fr, en Original-To: ConTeXt Mailing List X-Ovh-Remote: 213.103.199.52 (d213-103-199-52.cust.tele2.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: fait|type 1&3|0.7|H 0.5 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:25533 Archived-At: This is a multi-part message in MIME format. --===============1699733283== Content-Type: multipart/alternative; boundary="------------090809070906060304020903" This is a multi-part message in MIME format. --------------090809070906060304020903 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi all, 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 $$ How to do this within a ConTeXt document ? --------------090809070906060304020903 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
Hi all,

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

$$

How to do this within a  ConTeXt document ?


--------------090809070906060304020903-- --===============1699733283== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --===============1699733283==--