From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/50272 Path: news.gmane.org!not-for-mail From: Xan Newsgroups: gmane.comp.tex.context Subject: What is equivalent of latex math aligned in ConTeXt? Date: Mon, 11 May 2009 19:37:46 +0200 Message-ID: <4A08626A.9040507@telefonica.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1242063653 17036 80.91.229.12 (11 May 2009 17:40:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 May 2009 17:40:53 +0000 (UTC) Cc: Xan To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon May 11 19:40:43 2009 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 lo.gmane.org with esmtp (Exim 4.50) id 1M3ZUY-0006Xh-D4 for gctc-ntg-context-518@m.gmane.org; Mon, 11 May 2009 19:40:42 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 861591FF24; Mon, 11 May 2009 19:40:40 +0200 (CEST) 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 03811-01-12; Mon, 11 May 2009 19:39:30 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C79DA1FF14; Mon, 11 May 2009 19:39:29 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4E2031FF0A for ; Mon, 11 May 2009 19:39:28 +0200 (CEST) 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 03811-01-11 for ; Mon, 11 May 2009 19:38:34 +0200 (CEST) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by ronja.ntg.nl (Postfix) with ESMTP id B37511FEEF for ; Mon, 11 May 2009 19:37:48 +0200 (CEST) Original-Received: from ctsmtpout3.frontal.correo (outmailhost.telefonica.net [213.4.149.242]) by filter4-til.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n4BHbl1x005593 for ; Mon, 11 May 2009 19:37:48 +0200 Original-Received: from [172.26.0.4] (83.55.56.236) by ctsmtpout3.frontal.correo (7.2.056.6) (authenticated as dxpublica) id 4A080B4A000186EB; Mon, 11 May 2009 19:37:47 +0200 User-Agent: Thunderbird 2.0.0.21 (X11/20090318) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.4.149.242; country=ES; region=29; city=Madrid; latitude=40.4000; longitude=-3.6833; http://maps.google.com/maps?q=40.4000,-3.6833&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 223289904 - 68773ecd312f - 20090511 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:50272 Archived-At: Hi, I read the document "Using \startalign and friends" of Aditya (that it's good) and I can't find anything under ams aligned. Is this an equivalent in ConText? For example, what is the equivalent of: \begin{equation*} \left.\begin{aligned} & 2^2 | n_0\\ & 4^2 | n_0 + 2 \Rightarrow (2^2)^2 | n_0 +2 \Rightarrow 2^2 | n_0 +2 \text{ ya que } 2^2 | (2^2)^2 \end{aligned}\right\} \Rightarrow 2^2 | (n_0 + 2 - n_0) \Rightarrow 2^2 | 2 \end{equation*} in ConTeXt? I tried something like: \startformula \startmathalignment \NC \startaligned \NC \lambda_{0, \lvert k - s \rvert} (n) \NC < f(n) \NR \NC \text{ per a $n$ suficientment gran } \NC \NR \stopaligned \NC \iff \startaligned \NC \lambda_{s, k} (n) \NC < f(n) \NR \NC \text{ per a $n$ suficientment gran } \NC \NR \stopaligned \NR[+] \NC \lambda_{s, k} (n) < f(n) \text{ per a $n$ suficientment gran } \NC \iff \lambda_{0, \lvert k - s \rvert} (n) < f(n) + C \text{ per a $n$ suficientment gran } \NR[+] \stopmathalignment \stopformula but " Undefined control sequence" appears to me. Thanks a lot, Xan. PS: Please CCme ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________