From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/53997 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: leqalignno and labels Date: Mon, 2 Nov 2009 14:24:55 -0500 (EST) Message-ID: References: <30c383e70911020505j3a158d97u764b6a3f01ce8b51@mail.gmail.com> 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 1257190041 7011 80.91.229.12 (2 Nov 2009 19:27:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Nov 2009 19:27:21 +0000 (UTC) To: vim.unix@gmail.com, mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 02 20:27:14 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1N52Wb-0003e3-Vc for gctc-ntg-context-518@m.gmane.org; Mon, 02 Nov 2009 20:25:10 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 11460C9AE3; Mon, 2 Nov 2009 20:23:35 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id mnlxHZNe31pe; Mon, 2 Nov 2009 20:23:32 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 3F062C9AB7; Mon, 2 Nov 2009 20:23:32 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A9535C9AB7 for ; Mon, 2 Nov 2009 20:23:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WtwUUFnAFVOz for ; Mon, 2 Nov 2009 20:23:28 +0100 (CET) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.161]) by balder.ntg.nl (Postfix) with ESMTP id CC34EC9AAA for ; Mon, 2 Nov 2009 20:23:27 +0100 (CET) Original-Received: FROM [192.168.2.8] (c-76-28-91-31.hsd1.ct.comcast.net [76.28.91.31]) By tombraider.mr.itd.umich.edu ID 4AEF3209.74272.2010 ; Authuser adityam; 2 Nov 2009 14:24:57 EST In-Reply-To: <30c383e70911020505j3a158d97u764b6a3f01ce8b51@mail.gmail.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:53997 Archived-At: On Mon, 2 Nov 2009, Pau wrote: > Hello, > > thanks again for all answers regarding labelling. It has mostly worked but I am > now having a particular problem with leqalignno. > > It turns out that the \placeformula[mylabel] works as expected but for > \leqalignno > > This is an example: > > ---------------------------------- > \placeformula[Pflux] > \startformula > \leqalignno{ > f_{q}^{p}(v) &= \frac{32}{5} \nu^{10} v^{10} \left[1 + > \log\left(v\right) \left(\sum_{i\geq6}^{k} \ell_{i} v^{i} \right) > \right]\cr > &\times P_{q}^{p} \left[\left(1 - \frac{v}{v_{\p}} \right) > \sum_{i=0}^{k} {\cal{F}}_{i}^{\lf} v^{i} \right],\cr > } > \stopformula > ---------------------------------- > > Then, when doing Eq.~\in[Pflux] in the text, it will produce an ?? in > the resulting pdf. Don't use \leqalignno and friends in ConTeXt. Instead use the ConTeXt equivalents. \setupformulas[location=left] \starttext \placeformula[Pflux] \startformula \startalign \NC f_{q}^{p}(v) \NC = \frac{32}{5} \nu^{10} v^{10} \left[1 + \log\left(v\right) \left(\sum_{i\geq6}^{k} \ell_{i} v^{i} \right) \right]\NR[+] \NC \NC \times P_{q}^{p} \left[\left(1 - \frac{v}{v_{p}} \right) \sum_{i=0}^{k} {\cal{F}}_{i}^{lf} v^{i} \right], \NR \stopalign \stopformula \stoptext Aditya ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________