[NTG-context] math: `\ref` does not work for referencing formulae (ConTeXt ver: 2011.06.19)

2011-07-10 Thread Paul Menzel
Dear ConTeXt folks,


using

ConTeXt  ver: 2011.06.19 14:17 MKIV  fmt: 2011.6.21  int: 
english/english

the following minimal example taken from the Wiki page [1] does not work
as expected.

--- 8 --- minimal example --- 8 ---
\starttext
The famous result (and again) is given by
\placeformula[formulalabel]
\startformula
c^2 = a^2 + b^2.
\stopformula
And now we can refer to formula \ref[formulalabel] (ref).
And now we can refer to formula \in[formulalabel] (in).
\stoptext
--- 8 --- minimal example --- 8 ---

`\ref` does not seem to find the label for the equation. `\in` does
work.


Thanks,

Paul


[1] http://wiki.contextgarden.net/Math/Display#Referencing_formulae


signature.asc
Description: This is a digitally signed message part
___
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
___

Re: [NTG-context] math: `\ref` does not work for referencing formulae (ConTeXt ver: 2011.06.19)

2011-07-10 Thread Paul Menzel
Dear ConTeXt folks,


Am Sonntag, den 10.07.2011, 21:55 +0200 schrieb Paul Menzel:

 using
 
 ConTeXt  ver: 2011.06.19 14:17 MKIV  fmt: 2011.6.21  int: 
 english/english
 
 the following minimal example taken from the Wiki page [1] does not work
 as expected.
 
 --- 8 --- minimal example --- 8 ---
 \starttext
 The famous result (and again) is given by
 \placeformula[formulalabel]
 \startformula
 c^2 = a^2 + b^2.
 \stopformula
 And now we can refer to formula \ref[formulalabel] (ref).
 And now we can refer to formula \in[formulalabel] (in).
 \stoptext
 --- 8 --- minimal example --- 8 ---
 
 `\ref` does not seem to find the label for the equation. `\in` does
 work.

I forgot to attach the example files.


Thanks,

Paul


 [1] http://wiki.contextgarden.net/Math/Display#Referencing_formulae


ref.pdf
Description: Adobe PDF document
\starttext
The famous result (and again) is given by
\placeformula[formulalabel]
\startformula
c^2 = a^2 + b^2.
\stopformula
And now we can refer to formula \ref[formulalabel] (ref).
And now we can refer to formula \in[formulalabel] (in).
\stoptext


signature.asc
Description: This is a digitally signed message part
___
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
___

Re: [NTG-context] math: `\ref` does not work for referencing formulae (ConTeXt ver: 2011.06.19)

2011-07-10 Thread Wolfgang Schuster

Am 10.07.2011 um 21:55 schrieb Paul Menzel:

 Dear ConTeXt folks,
 
 
 using
 
ConTeXt  ver: 2011.06.19 14:17 MKIV  fmt: 2011.6.21  int: 
 english/english
 
 the following minimal example taken from the Wiki page [1] does not work
 as expected.
 
 --- 8 --- minimal example --- 8 ---
 \starttext
 The famous result (and again) is given by
 \placeformula[formulalabel]
 \startformula
 c^2 = a^2 + b^2.
 \stopformula
 And now we can refer to formula \ref[formulalabel] (ref).
 And now we can refer to formula \in[formulalabel] (in).
 \stoptext
 --- 8 --- minimal example --- 8 ---
 
 `\ref` does not seem to find the label for the equation. `\in` does work.
 
 [1] http://wiki.contextgarden.net/Math/Display#Referencing_formulae

The example is wrong, \ref expects two arguments: 
http://wiki.contextgarden.net/Reference/en/ref

Wolfgang

___
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
___