From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25464 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Referencing an align environment Date: Sat, 21 Jan 2006 02:13:29 -0500 (EST) Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: sea.gmane.org 1137827765 12704 80.91.229.2 (21 Jan 2006 07:16:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Jan 2006 07:16:05 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jan 21 08:16:02 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1F0CyV-000779-IJ for gctc-ntg-context-518@m.gmane.org; Sat, 21 Jan 2006 08:15:51 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4870B1287B; Sat, 21 Jan 2006 08:15:51 +0100 (CET) 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 32747-01; Sat, 21 Jan 2006 08:15:51 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6B5CE12899; Sat, 21 Jan 2006 08:13:35 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2B0E212899 for ; Sat, 21 Jan 2006 08:13:34 +0100 (CET) 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 32515-09-2 for ; Sat, 21 Jan 2006 08:13:33 +0100 (CET) Original-Received: from withoutevidence.mr.itd.umich.edu (withoutevidence.mr.itd.umich.edu [141.211.93.147]) by ronja.ntg.nl (Postfix) with SMTP id D24E712882 for ; Sat, 21 Jan 2006 08:13:32 +0100 (CET) Original-Received: from aditya.annarb01.mi.comcast.net (bgp996717bgs.nanarb01.mi.comcast.net [68.40.50.205]) by withoutevidence.mr.itd.umich.edu (smtp) with ESMTP id k0L7DUHg032381 for ; Sat, 21 Jan 2006 02:13:30 -0500 Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: 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: , 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:25464 Archived-At: <--- On Jan 20, David Arnold wrote ---> > I want to reference the whole block, not any one equation. I do not understand how would you want the output to look like? a = b (1) c = d (2) e = f (3) As seen in (1),(2) and (3). Maybe ask Hans for a feature request :-) Aditya > > On Jan 20, 2006, at 10:32 PM, Aditya Mahajan wrote: > >> <--- On Jan 20, David Arnold wrote ---> >> >>> \placeformula[eq:twosolve] >>> \startformula >>> \startalign[m=3] >>> 3-2x&>-1 &&\qor& 3-2x&<1\\ >>> -2x&>-4 &&& -2x&<-2\\ >>> x&<2 &&& x&>1 >>> \stopalign >>> \stopformula >>> >>> As we see in (\in[eq;twosolve]), ... >>> >>> But that didn't work. >> >> There are three equations, which one do you want to refer using >> eq:twosolve? You need to refer each equation explicitly. Something like >> \placeformula \startformula \startalign[m=3] >> \NC 3 -2x \NC> -1 \NC\NC \qor \NC 3-2x \NC 1 \NR[eq:twosolve] >> \NC -2x \NC -4 \NC\NC\NC -2x \NC< -2 \NR >> \stopalign \stopformula >> >> Also note that if you use ams style &.. \\ you need to put \\ on the last >> one also. >> >> Aditya >> -- >> Aditya Mahajan, EECS Systems, University of Michigan >> http://www.eecs.umich.edu/~adityam || Ph: 7342624008 >> _______________________________________________ >> ntg-context mailing list >> ntg-context@ntg.nl >> http://www.ntg.nl/mailman/listinfo/ntg-context > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > > -- Aditya Mahajan, EECS Systems, University of Michigan http://www.eecs.umich.edu/~adityam || Ph: 7342624008