From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16382 Path: main.gmane.org!not-for-mail From: jimarin@bayesinf.com Newsgroups: gmane.comp.tex.context Subject: Matrix or array and \Bigl Date: Tue, 7 Sep 2004 12:43:39 +0200 (CEST) Sender: ntg-context-bounces@ntg.nl Message-ID: <1077.200.162.218.227.1094553819.squirrel@200.162.218.227> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1094556119 22442 80.91.224.253 (7 Sep 2004 11:21:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Sep 2004 11:21:59 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 07 13:21:48 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 1C4e2m-0006N8-00 for ; Tue, 07 Sep 2004 13:21:48 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 55B821278E; Tue, 7 Sep 2004 13:21:48 +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 16264-07; Tue, 7 Sep 2004 13:21:48 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C647C12777; Tue, 7 Sep 2004 13:20:04 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BC11712777 for ; Tue, 7 Sep 2004 13:20:03 +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 16383-02 for ; Tue, 7 Sep 2004 13:20:03 +0200 (CEST) Original-Received: from www2.bitmailer.com (unknown [195.16.159.6]) by ronja.ntg.nl (Postfix) with ESMTP id 607C21276B for ; Tue, 7 Sep 2004 13:20:03 +0200 (CEST) Original-Received: from bitmail.bitmailer.com (localhost [127.0.0.1]) by www2.bitmailer.com (Postfix) with ESMTP id D574AB208E for ; Tue, 7 Sep 2004 12:43:39 +0200 (CEST) Original-Received: from 200.162.218.227 (SquirrelMail authenticated user bayesinf.com:jimarin); by bitmail.bitmailer.com with HTTP; Tue, 7 Sep 2004 12:43:39 +0200 (CEST) Original-To: ntg-context@ntg.nl User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a X-Priority: 3 (Normal) Importance: Normal 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:16382 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16382 Hi everyone, a quick question: how can I deal with matrices in ConTeXt ? I tried to use what is described in the wiki as a form of dealing with th= e latex environment convention and importing the amsl package... \def\begin#1{% \csname start#1\endcsname} \def\end#1{% \csname stop#1\endcsname} ... \usemodule[amsl] then I tried: \begin{array}{c} a + b \\ c + d \end{array} and also, does the tex sequence \left{ work ok in ConTeXt? Thanks in advance. Regards to everyone. Jose Ignacio Mar=EDn