From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16823 Path: main.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: How to set matrices with amsl Date: Wed, 27 Oct 2004 19:59:06 -0700 Sender: ntg-context-bounces@ntg.nl Message-ID: <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" X-Trace: sea.gmane.org 1098932570 5266 80.91.229.6 (28 Oct 2004 03:02:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Oct 2004 03:02:50 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 28 05:02:47 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 1CN0Yp-0004TJ-00 for ; Thu, 28 Oct 2004 05:02:47 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2089B1278F; Thu, 28 Oct 2004 05:02:46 +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 05420-04-3; Thu, 28 Oct 2004 05:02:43 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6EC591277C; Thu, 28 Oct 2004 05:02:43 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 41BD51277C for ; Thu, 28 Oct 2004 05:02:42 +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 05420-04-2 for ; Thu, 28 Oct 2004 05:02:40 +0200 (CEST) Original-Received: from smtp.inreach.com (unknown [209.142.2.34]) by ronja.ntg.nl (Postfix) with SMTP id B40EF1276D for ; Thu, 28 Oct 2004 05:02:39 +0200 (CEST) Original-Received: (qmail 1119 invoked from network); 28 Oct 2004 03:04:00 -0000 Original-Received: from unknown (HELO newmicronpc) (209.209.15.206) by smtp.inreach.com with SMTP; 28 Oct 2004 03:04:00 -0000 X-Sender: darnold@mail.northcoast.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Original-To: ntg-context@ntg.nl 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:16823 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16823 All, This loses the one: \usemodule[amsl] \starttext \startformula \left( \startarray 1\\2\\3 \stoparray \right) \stopformula \stoptext 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 \xprocesscommaitem #1,#2->\if ,#1 ,\@EA \xprocesscommaitem \else \if ]#1\@EAE... \c!voorwit =\intereqnsskip ,\c!nawit =\v!geen \xdogetparameters #1]->\xprocesscommaitem #1 ,],\@relax@ \dosetupformulas ... \getparameters [\??fm #1][#2] \else \getparameters [\??f... ...=\intereqnsskip ,\c!nawit =\v!geen ] \setvalue {\e!start nathga... ... l.746 ...!voorwit=\intereqnsskip,\c!nawit=\v!geen] So, what is the correct way to use this array command? Can someone give some examples of its use?