From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28646 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Re: How to hyperlink pdf? Date: Sun, 18 Jun 2006 23:04:37 +0200 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1150664588 23560 80.91.229.2 (18 Jun 2006 21:03:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Jun 2006 21:03:08 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Jun 18 23:03:04 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fs4QA-0004bP-CX for gctc-ntg-context-518@m.gmane.org; Sun, 18 Jun 2006 23:03:02 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3483B127BF; Sun, 18 Jun 2006 23:03:02 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17522-06; Sun, 18 Jun 2006 23:03:02 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B5D11127BE; Sun, 18 Jun 2006 23:00:11 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DEC61127BE for ; Sun, 18 Jun 2006 23:00:09 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17522-05-3 for ; Sun, 18 Jun 2006 23:00:08 +0200 (CEST) Original-Received: from swip.net (mailfe10.tele2.fr [212.247.155.44]) by ronja.ntg.nl (Postfix) with SMTP id DD88B127B9 for ; Sun, 18 Jun 2006 23:00:07 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [83.177.233.159] (HELO localhost) by mailfe10.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 47916282 for ntg-context@ntg.nl; Sun, 18 Jun 2006 23:00:04 +0200 Original-To: "mailing list for ConTeXt users" In-Reply-To: User-Agent: Opera M2/7.54 (FreeBSD, build 955) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:28646 Archived-At: On Sun, 18 Jun 2006 09:27:48 -0700, Johannes Graumann wrote: > Aditya Mahajan wrote: > >> \setupinteraction[state=start] > > Thanks. This will hyperlink the section numbers (like 2.2) from the TOC > to > the actual section ... is there any way to extend the link to the page > numbers in the TOC as well? That's where I intuitively looked first ... To have only pagenumbers in TOC, try: \setupcombinedlist [content] [interaction=pagenumber] Regards, BG