From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/50279 Path: news.gmane.org!not-for-mail From: Olivier Newsgroups: gmane.comp.tex.context Subject: Re: What is equivalent of latex math aligned in ConTeXt? Date: Mon, 11 May 2009 23:18:57 +0200 Message-ID: <20090511211857.GA11704@blackowl.org> References: <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" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1242076371 30986 80.91.229.12 (11 May 2009 21:12:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 May 2009 21:12:51 +0000 (UTC) Cc: dxpublica@telefonica.net To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon May 11 23:12:42 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 1M3cnh-0007Xi-2k for gctc-ntg-context-518@m.gmane.org; Mon, 11 May 2009 23:12:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3EDD41FEC2; Mon, 11 May 2009 23:12: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 15069-06; Mon, 11 May 2009 23:12:15 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 38ABE1FEBE; Mon, 11 May 2009 23:12:15 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B53751FEBE for ; Mon, 11 May 2009 23:12:13 +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 19869-03 for ; Mon, 11 May 2009 23:12:05 +0200 (CEST) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by ronja.ntg.nl (Postfix) with ESMTP id 56C5C1FEBD for ; Mon, 11 May 2009 23:12:05 +0200 (CEST) Original-Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by filter2-til.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n4BLC2Op008486 for ; Mon, 11 May 2009 23:12:04 +0200 Original-Received: from smtp5-g21.free.fr (localhost [127.0.0.1]) by smtp5-g21.free.fr (Postfix) with ESMTP id DA297D48148; Mon, 11 May 2009 23:12:00 +0200 (CEST) Original-Received: from moramora (mic92-7-82-228-122-214.fbx.proxad.net [82.228.122.214]) by smtp5-g21.free.fr (Postfix) with ESMTP id BDD8BD48012; Mon, 11 May 2009 23:11:57 +0200 (CEST) Original-Received: from vony by moramora with local (Exim 4.69) (envelope-from ) id 1M3ctm-00033n-0U; Mon, 11 May 2009 23:18:58 +0200 Mail-Followup-To: mailing list for ConTeXt users , dxpublica@telefonica.net Content-Disposition: inline In-Reply-To: <4A08626A.9040507@telefonica.net> X-Operating-System: "Debian GNU/Linux" User-Agent: Mutt/1.5.18 (2008-05-17) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=212.27.42.5; country=FR; latitude=46.0000; longitude=2.0000; http://maps.google.com/maps?q=46.0000,2.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 223431099 - 253bc2062251 - 20090511 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 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:50279 Archived-At: 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 ___________________________________________________________________________________ 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 ___________________________________________________________________________________