On Sun, 11 Oct 2009, Wolfgang Miurth wrote:
Hi,
I have troubles with referencing images.
At first \in does not show a figure number but \at shows the correct page of the figure.
In the archives I found a post from Wolfgang Schuster [1] with a sample that worked for him. I tried this, but there is no figure number visible in my document.
%========================== \starttext
\startuseMPgraphic{circle} draw fullcircle scaled 1cm; \stopuseMPgraphic
\placefigure [] [fig:ref] {Text} {\useMPgraphic{circle}}
\in{figure}[fig:ref]
\stoptext %==========================
How can I fix that?
This works fine for me with ConTeXt ver: 2009.10.02 13:14 MKIV fmt: 2009.10.4 int: english/english and also with ConTeXt ver: 2009.09.28 09:02 MKIV fmt: 2009.10.3 int: english/english So you probably need to upgrade.
Further \about{figure}[fig:ref] brings an error "Use of \about doesn't match its definition.". I used the syntax from the manual on page 205. How can I use the caption of a figure in an reference?
\about works with the above versions. The usage is \about[fig:ref] (without the curly brackets)
My last question is how I can remove the color of links to references in a document.
\setupinteraction[color=] Aditya