From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16828 Path: main.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Re: How to set matrices with amsl Date: Thu, 28 Oct 2004 13:59:28 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <1144571432.20041028135928@iol.it> References: <3.0.5.32.20041027195906.008bf510@mail.northcoast.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098964886 12769 80.91.229.6 (28 Oct 2004 12:01:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Oct 2004 12:01:26 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 28 14:01:13 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 1CN8xt-0008V2-00 for ; Thu, 28 Oct 2004 14:01:13 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1B6D41278F; Thu, 28 Oct 2004 14:01:12 +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 09122-02-2; Thu, 28 Oct 2004 14:01:09 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 66A6E1278C; Thu, 28 Oct 2004 14:01:09 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0C89D1276B for ; Thu, 28 Oct 2004 14:01:08 +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 09082-06-3 for ; Thu, 28 Oct 2004 14:01:07 +0200 (CEST) Original-Received: from vsmtp3.tin.it (unknown [212.216.176.143]) by ronja.ntg.nl (Postfix) with ESMTP id 797681278C for ; Thu, 28 Oct 2004 14:01:07 +0200 (CEST) Original-Received: from OBLOMOV (82.49.210.83) by vsmtp3.tin.it (7.0.027) id 41701172005F52E7 for ntg-context@ntg.nl; Thu, 28 Oct 2004 14:01:08 +0200 X-Priority: 3 (Normal) Original-To: mailing list for ConTeXt users In-Reply-To: <3.0.5.32.20041027195906.008bf510@mail.northcoast.com> 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:16828 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16828 Thursday, October 28, 2004 David Arnold wrote: > All, > This loses the one: > \usemodule[amsl] > \starttext > \startformula > \left( > \startarray > 1\\2\\3 > \stoparray > \right) > \stopformula > \stoptext With amsl, you need to specify the array column type for each column (l=left aligned inline math, r=right aligned inline math, c=centered inline math, d=displaymath, t=text). The 1 gets gobbled as if it were the array specification. > And this chokes completely with the error message that follows: > \usemodule[nath] > \starttext > \startformula > \left( > \startarray > 1\\2\\3 > \stoparray > \right) > \stopformula > \stoptext > Error message: > ERROR: Undefined control sequence. > --- TeX said --- > \c!voorwit > =\intereqnsskip Well, this is because nath has not been updated to the new "english internals" version, which I assume you are using. Put \c!spacebefore there and try again. -- Giuseppe "Oblomov" Bilotta