From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/50343 Path: news.gmane.org!not-for-mail From: Xan Newsgroups: gmane.comp.tex.context Subject: Re: What is equivalent of latex math aligned in ConTeXt? Date: Tue, 12 May 2009 15:52:52 +0200 Message-ID: <4A097F34.4060400@telefonica.net> References: <4A08626A.9040507@telefonica.net> <20090511211857.GA11704@blackowl.org> 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 1242136503 24888 80.91.229.12 (12 May 2009 13:55:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 May 2009 13:55:03 +0000 (UTC) To: mailing list for ConTeXt users , dxpublica@telefonica.net Original-X-From: ntg-context-bounces@ntg.nl Tue May 12 15:54:52 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 1M3sRW-0008Qb-7W for gctc-ntg-context-518@m.gmane.org; Tue, 12 May 2009 15:54:50 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C5F821FF30; Tue, 12 May 2009 15:54:49 +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 28494-03; Tue, 12 May 2009 15:53:33 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8A1531FF3B; Tue, 12 May 2009 15:53:33 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6DB791FF3B for ; Tue, 12 May 2009 15:53:31 +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 28302-03 for ; Tue, 12 May 2009 15:52:59 +0200 (CEST) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by ronja.ntg.nl (Postfix) with ESMTP id 53B311FF30 for ; Tue, 12 May 2009 15:52:59 +0200 (CEST) Original-Received: from ctsmtpout3.frontal.correo (outmailhost.telefonica.net [213.4.149.242]) by filter2-ams.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n4CDqvss021386 for ; Tue, 12 May 2009 15:52:58 +0200 Original-Received: from [172.26.0.4] (83.55.56.236) by ctsmtpout3.frontal.correo (7.2.056.6) (authenticated as dxpublica) id 4A080B4A0004CBBF; Tue, 12 May 2009 15:52:48 +0200 User-Agent: Thunderbird 2.0.0.21 (X11/20090318) In-Reply-To: <20090511211857.GA11704@blackowl.org> 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: 223957663 - 346096458e78 - 20090512 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 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:50343 Archived-At: En/na Olivier ha escrit: > Hi Xan, > > >> 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? >> > > Maybe for simple alignments the following is good enough? > > \startformula > \left.\eqalign{ > & 2^2 | n_0\cr > & 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 > }\right\} \Rightarrow 2^2 | (n_0 + 2 - n_0) \Rightarrow 2^2 | 2 > \stopformula > > Olivier > Thanks Aditya and Olivier. I will try something more difficult with these commands. Xan. ___________________________________________________________________________________ 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 ___________________________________________________________________________________