From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/70085 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Stefan_M=FCller?= Newsgroups: gmane.comp.tex.context Subject: Re: Making bibliography references interactive in mkiv Date: Mon, 18 Jul 2011 11:08:34 +0200 Message-ID: <4E23F812.3040106@gmx.de> References: <005701cc44a5$7d0fecb0$772fc610$@gmx.de> <006b01cc451f$f88c51b0$e9a4f510$@gmx.de> 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 1310980146 7056 80.91.229.12 (18 Jul 2011 09:09:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jul 2011 09:09:06 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Jul 18 11:09:01 2011 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 1Qijoz-00065l-Hx for gctc-ntg-context-518@m.gmane.org; Mon, 18 Jul 2011 11:09:01 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5D227CAE4A; Mon, 18 Jul 2011 11:09:00 +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 lJoQEQKF0mKk; Mon, 18 Jul 2011 11:08:55 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6DF6BCAE43; Mon, 18 Jul 2011 11:08:55 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E2135CAE43 for ; Mon, 18 Jul 2011 11:08: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 oZq7-GYjeTMe for ; Mon, 18 Jul 2011 11:08:40 +0200 (CEST) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id 6D057CAE3F for ; Mon, 18 Jul 2011 11:08:40 +0200 (CEST) Original-Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with SMTP id p6I98dZN006399 for ; Mon, 18 Jul 2011 11:08:39 +0200 Original-Received: (qmail invoked by alias); 18 Jul 2011 09:08:39 -0000 Original-Received: from 77-64-196-13.dynamic.primacom.net (EHLO [192.168.100.108]) [77.64.196.13] by mail.gmx.net (mp034) with SMTP; 18 Jul 2011 11:08:39 +0200 X-Authenticated: #11064435 X-Provags-ID: V01U2FsdGVkX1/eoxE7InTe82M0kgX07umm9aLYtkvr4ylG74bNgh mdNYUatvlCMtTY User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 In-Reply-To: <006b01cc451f$f88c51b0$e9a4f510$@gmx.de> X-Y-GMX-Trusted: 0 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.165.64.22; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 06F9l8Dny - bdc504716dfd - 20110718 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 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:70085 Archived-At: I have \setupinteraction[state=start] in my mkiv-document and get clickable links (they are displayed in green) for all my \cite. Those links bring me to the correct bibliography page. Could you please provide a minimal example that's not working on your machine? Kind regards, Stefan On 18.07.2011 09:54, Christian wrote: >>> Hello list, >>> I'm currently using the built in bib-module in mkiv together with a bib >> database file. >>> How can I set it up so that clicking on a reference takes me to the >> corresponding entry in the publication list? >> >> maybe '\setupinteraction[state=start, focus=standard]' can help you. > > That's not working for \cite, I'm afraid. > Wiki says about setupinteraction[state=start]: > "This makes all links generated with the \goto command (and indirectly the \in and \at commands) clickable." > > I don't know enough about the inner mechanism of the cite command, maybe it's > possible to define a custom command that uses goto. > > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ > ___________________________________________________________________________________ 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 ___________________________________________________________________________________