ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* leqalignno and labels
@ 2009-11-02 13:05 Pau
  2009-11-02 19:24 ` Aditya Mahajan
  0 siblings, 1 reply; 2+ messages in thread
From: Pau @ 2009-11-02 13:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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.

Any help will be appreciated.

Thanks,

Pau
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: leqalignno and labels
  2009-11-02 13:05 leqalignno and labels Pau
@ 2009-11-02 19:24 ` Aditya Mahajan
  0 siblings, 0 replies; 2+ messages in thread
From: Aditya Mahajan @ 2009-11-02 19:24 UTC (permalink / raw)
  To: vim.unix, mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-02 19:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-02 13:05 leqalignno and labels Pau
2009-11-02 19:24 ` Aditya Mahajan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).