how to jump to figure and return to the original postion?
Dear all, In the presentation, I'd like to jump to a figure and return to the original position. For that purpose, I set a label for a figure like \placefigure[][fig:test]... and put \goto{figure}[fig:test] It works fine. It generates a ling to the figure so I click it, I can move to the figure. But I don't know how to come back. I tried similarly. Set a label like \item[start] ... and \goto{return}[start] It also displays "return" in changed color but the link is not working. Is there a way to come back to the original position? Thank you. Best regards, Dalyoung
On 29-7-2010 5:21, dalyoung wrote:
Dear all,
In the presentation, I'd like to jump to a figure and return to the original position. For that purpose, I set a label for a figure like
\placefigure[][fig:test]...
and put \goto{figure}[fig:test]
It works fine. It generates a ling to the figure so I click it, I can move to the figure. But I don't know how to come back. I tried similarly. Set a label like
\item[start] ...
and \goto{return}[start]
It also displays "return" in changed color but the link is not working.
Is there a way to come back to the original position?
\setupinteraction[state=start] \starttext \dorecurse {20} { see \in{figure}[fig:#1] \placefigure [here] [fig:#1] {} {\button[offset=overlay]{\externalfigure[cow.pdf]}[PreviousJump]} } \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
dalyoung
-
Hans Hagen