From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/62037 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: jump to PDF page Date: Tue, 28 Sep 2010 14:28:44 +0200 Message-ID: <440635BB-8765-4EF8-90B3-BD538BD79E72@st.estfiles.de> References: <4CA1D0D9.9040703@wxs.nl> <5ADD12B9-74EA-4963-83DE-66E5414EF61F@st.estfiles.de> <4CA1DE01.8050702@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1285676938 26462 80.91.229.12 (28 Sep 2010 12:28:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 28 Sep 2010 12:28:58 +0000 (UTC) Cc: Hans Hagen To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 28 14:28:56 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 1P0ZIj-00052V-Pb for gctc-ntg-context-518@m.gmane.org; Tue, 28 Sep 2010 14:28:53 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 11D82CA6F8; Tue, 28 Sep 2010 14:28:53 +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 SEgipdpxqUrE; Tue, 28 Sep 2010 14:28:52 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1E922CA71E; Tue, 28 Sep 2010 14:28:50 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C692BCA71E for ; Tue, 28 Sep 2010 14:28:48 +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 XpMmiX-1CySR for ; Tue, 28 Sep 2010 14:28:46 +0200 (CEST) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by balder.ntg.nl (Postfix) with ESMTP id 9F513CA6F8 for ; Tue, 28 Sep 2010 14:28:46 +0200 (CEST) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.31.24]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id o8SCSkjB029507 for ; Tue, 28 Sep 2010 14:28:46 +0200 Original-Received: from [89.247.22.16] (helo=[192.168.1.4]) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1P0ZIb-0004kO-JV; Tue, 28 Sep 2010 14:28:45 +0200 In-Reply-To: <4CA1DE01.8050702@wxs.nl> X-Mailer: Apple Mail (2.1081) X-Df-Sender: 698580 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=80.67.31.24; country=DE; region=02; city=Ismaning; latitude=48.2333; longitude=11.6333; http://maps.google.com/maps?q=48.2333,11.6333&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0rDccsKn9 - f1ace7830889 - 20100928 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 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:62037 Archived-At: Am 28.09.2010 um 14:22 schrieb Hans Hagen: > On 28-9-2010 1:54, Steffen Wolfrum wrote: >> >> Am 28.09.2010 um 13:26 schrieb Hans Hagen: >> >>> On 28-9-2010 12:49, Steffen Wolfrum wrote: >>>> Hi, >>>> >>>> I there a command to "jump" to a specific pdf page? >>>> >>>> >>>> Like \goto,\at, \in, \about ... only, in this case a page number should be given! >>>> >>>> >>>> Any ideas? >>> >>> \goto{someplace}[page(10)] >> >> >> This uses the number of real page. >> But if I need to use the numbers of userpage? >> >> For example: >> >> \setuppagenumber[number=5] >> \setupinteraction[state=start] >> \starttext >> \dorecurse{10}{\input tufte \page} >> >> Go to page \goto{6}[page(6)] >> >> \stoptext >> >> >> This link goes to userpage 10 (= realpage 6 ). >> How do I say "go to realpage number 6"? > > what if we have several page 6's in one document (using hard coded page numbers is a bad idea anyway) ok. but in my book there is only on realpage 6. I need it for building my own register by hand: when I have "Stichwort 6" and I want add the link it would be great to say: "Stichwort 6 (\goto{6}[page(6)])" ... with 6 being #1 in a pagecommand, of course. Steffen ___________________________________________________________________________________ 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 ___________________________________________________________________________________