I should like to make occurrences of the the string “Figure p” appear as links in my document that will take the reader to Figure p elsewhere in the same document. Is there a way to do this using ConTeXt? Alan
Alan Bowen wrote:
I should like to make occurrences of the the string �Figure p� appear as links in my document that will take the reader to Figure p elsewhere in the same document. Is there a way to do this using ConTeXt?
\setupinteraction[state=start] \placefigure[here][fig:whatever]{}{} \in {figure} [fig:whatever] etc etc ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Thanks, Hans. That works very nicely. Alan On Feb 4, 2007, at 4:48 PM, Hans Hagen wrote:
Alan Bowen wrote:
I should like to make occurrences of the the string �Figure p� appear as links in my document that will take the reader to Figure p elsewhere in the same document. Is there a way to do this using ConTeXt?
\setupinteraction[state=start]
\placefigure[here][fig:whatever]{}{}
\in {figure} [fig:whatever] etc etc
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
participants (2)
-
Alan Bowen
-
Hans Hagen