From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/60519 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: how to jump to figure and return to the original postion? Date: Thu, 29 Jul 2010 20:53:37 +0200 Message-ID: <4C51CE31.1050600@wxs.nl> References: <17A4D7AE-00A9-4217-AA7A-6B04070D4AC3@me.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1280429643 8203 80.91.229.12 (29 Jul 2010 18:54:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 29 Jul 2010 18:54:03 +0000 (UTC) Cc: dalyoung To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Jul 29 20:54:02 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OeYEz-0001H1-R3 for gctc-ntg-context-518@m.gmane.org; Thu, 29 Jul 2010 20:54:01 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0B6BFC9D29; Thu, 29 Jul 2010 20:54:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id b1ng2YS2x0sf; Thu, 29 Jul 2010 20:53:58 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 64856C9D1B; Thu, 29 Jul 2010 20:53:58 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7F7F9C9D1B for ; Thu, 29 Jul 2010 20:53:56 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8fIRtpbaTcjx for ; Thu, 29 Jul 2010 20:53:54 +0200 (CEST) Original-Received: from smtp.ziggozakelijk.nl (sc-162.r-213-125-29.schoolconnect.nu [213.125.29.162]) by balder.ntg.nl (Postfix) with ESMTP id 01CDAC9CFE for ; Thu, 29 Jul 2010 20:53:53 +0200 (CEST) X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.101; Original-Received: from [10.100.1.101] (unverified [10.100.1.101]) by pragma-net.nl (SurgeMail 4.3g4) with ESMTP id 3536-1713362 for multiple; Thu, 29 Jul 2010 20:52:48 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.11) Gecko/20100711 Lightning/1.0b1 Thunderbird/3.0.6 ThunderBrowse/3.3.1 In-Reply-To: <17A4D7AE-00A9-4217-AA7A-6B04070D4AC3@me.com> X-Authenticated-User: hagen@controller-9 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:60519 Archived-At: 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 ----------------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________