Sorry to keep pushing this—it is a problem for a journal that I publish.

I have re-installed the ConTeXt standalone and the problem persists with

\setupinteraction[state=start]

\starttext
\goto{Figure A}[fig:cow.pdf]

Reference to Figure A on page \at[fig:cow.pdf]

\goto{Table 1}[tab:Table01]

\goto{Some text}[Text]

\page
\useexternalfigure[Graphic][cow.pdf][]
\placefigure [here,page,force,nonumber]
[fig:cow.pdf]
  {Figure A}
{\externalfigure[cow.pdf][type=pdf,
width=.5\textwidth]}
\page
\placetable [here,force,nonumber]
[tab:Table01]
{Table 1}
{\starttabulate[| l | l |]
\NC 1000
\NC 2000
\NC\NR
\stoptabulate}
 
\page
Some text\reference[Text]{}
\stoptext

Only the last \goto works. Even the \at link fails, which is really discouraging.

Alan



On Thu, Jan 31, 2013 at 8:28 AM, Alan Bowen <bowenalan03@gmail.com> wrote:
The problem persists with the latest beta. Am I not encoding this properly?

And in such cases, should one include a sample .pdf file as well?

Alan


On Wed, Jan 30, 2013 at 8:17 AM, Alan Bowen <bowenalan03@gmail.com> wrote:
The following compiles in the latest beta standalone but with dead links to the Figure:

\setupinteraction[state=start]
\starttext
\goto{Figure A}[fig:Figure.pdf]

\goto{Text A}[TextA]
\page
\useexternalfigure[Graphic][Figure.pdf][]
\placefigure
[here,page,force,nonumber]
[fig:Figure.pdf]
  {Figure A}
{\externalfigure[Figure.pdf][type=pdf,
width=\textwidth]}
 
\reference[TextA]{}
\input knuth
\stoptext

Any suggestions?

Alan