Hello,
I'm trying the example in section 10.5 of the english ConTeXt reference
manual. I first define the label "video", which I use and later on I want to
refer to this label:
\starttext
\definelabel[video][text=video,location=inmargin]
This defines \type{\video} \video, that results in a numbered blablabla.
This is a nice and exciting video blablabla.
In this paragraph I want to reference to \currentvideo[0]
\stoptext
However, the systems reports an "undefined control sequence: \currentvideo"
What am I doing wrong here? How can I refer back to that particular video
label?
thanks,
Kris.