On Tue, 21 Mar 2006, WN wrote:

> Hi,
>
> I am getting unknown references when I use
> \startformula
> \startalign[n=3]
> .... Some math ......
> \stopalign
> \stopformula
> in conjunction with
> \placeformula[eqn1]
> \startformula
> .... math ..
> \stopformula
> See \in[eqn1] .... <----------- unknown reference
>
> It has something to do with the formulanumber not set, I know, but how 
> do I fix this in the above ??

Which context version are you using? The following compiles correctly on 
live.contextgarden.net

\starttext
\startformula \startalign[n=3]
  \NC a \NC b \NC d \NR
  \NC a \NC b \NC d \NR
\stopalign \stopformula

in conjunction with
\placeformula[eqn1]
  \startformula
    a = b
   \stopformula
See \in[eqn1] \unknown

\stoptext

See if this works for you.

Aditya
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to