From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/70087 Path: news.gmane.org!not-for-mail From: "Christian" Newsgroups: gmane.comp.tex.context Subject: Re: Making bibliography references interactive in mkiv Date: Mon, 18 Jul 2011 14:07:28 +0200 Message-ID: <006f01cc4543$46826da0$d38748e0$@gmx.de> References: <005701cc44a5$7d0fecb0$772fc610$@gmx.de> <006b01cc451f$f88c51b0$e9a4f510$@gmx.de> <4E23F812.3040106@gmx.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0070_01CC4554.0A126990" X-Trace: dough.gmane.org 1310990884 6178 80.91.229.12 (18 Jul 2011 12:08:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jul 2011 12:08:04 +0000 (UTC) To: "'mailing list for ConTeXt users'" Original-X-From: ntg-context-bounces@ntg.nl Mon Jul 18 14:08:00 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 1QimcC-0007I1-IR for gctc-ntg-context-518@m.gmane.org; Mon, 18 Jul 2011 14:08:00 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 893F1CAE48; Mon, 18 Jul 2011 14:07:59 +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 SpGpD2Lby-ci; Mon, 18 Jul 2011 14:07:54 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0127FCAE43; Mon, 18 Jul 2011 14:07:54 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 633A0CAE43 for ; Mon, 18 Jul 2011 14:07:52 +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 01btYCwpLNMA for ; Mon, 18 Jul 2011 14:07:38 +0200 (CEST) Original-Received: from filter1-nij.mf.surf.net (filter1-nij.mf.surf.net [195.169.124.152]) by balder.ntg.nl (Postfix) with ESMTP id 674D0CAE3F for ; Mon, 18 Jul 2011 14:07:38 +0200 (CEST) Original-Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by filter1-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with SMTP id p6IC7asl018887 for ; Mon, 18 Jul 2011 14:07:36 +0200 Original-Received: (qmail invoked by alias); 18 Jul 2011 12:07:35 -0000 Original-Received: from f053212146.adsl.alicedsl.de (EHLO christianPC) [78.53.212.146] by mail.gmx.net (mp041) with SMTP; 18 Jul 2011 14:07:35 +0200 X-Authenticated: #61879178 X-Provags-ID: V01U2FsdGVkX1/4UK4C0lr4jOsntCMgYvJTaymjKTSlwhofe6T5FA EW7dhZdZaoEVE7 In-Reply-To: <4E23F812.3040106@gmx.de> X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQKILVpWyKgeRKpiCsw0pV38fOxauAIHV8zOAsS6ZroA/J/gspNLxGxA Content-Language: de X-Y-GMX-Trusted: 0 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.165.64.23; 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: 07F9o7AnT - 700e21198558 - 20110718 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.152 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:70087 Archived-At: This is a multipart message in MIME format. ------=_NextPart_000_0070_01CC4554.0A126990 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > I have \setupinteraction[state=3Dstart] 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? Yes, of course. Please find attached: example.mkiv (the document) and the corresponding = example.bib. BTW: It seems that "alternative=3Dapa" causes this problem. Found it = while constructing the example. So the question is: Why is the functionality lost, when using another = cite style? > >>> 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=3Dstart, focus=3Dstandard]' can help = you. > > > > That's not working for \cite, I'm afraid. > > Wiki says about setupinteraction[state=3Dstart]: > > "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! >=20 > 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 > __________________________________________________________ > _________________________ ------=_NextPart_000_0070_01CC4554.0A126990 Content-Type: application/octet-stream; name="example.bib" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="example.bib" @STRING{hh = {Hans Hagen}} @ARTICLE{hh2010a, author = hh, title = {The Font Name Mess}, journal = {MAPS}, year = {2010}, volume = {40}, pages = {2-8}, keywords = {context}, } @ARTICLE{hh2010b, author = hh, title = {Grouping in Hybrid Environments}, journal = {MAPS}, year = {2010}, volume = {40}, pages = {67-71}, keywords = {context}, } @BOOK{Eijkhout1991, title = {\TeX\ by Topic. A \TeX nician's Reference}, publisher = {Addison-Wesley}, year = {1991}, author = {Victor Eijkhout}, address = {London}, keywords = {general}, } ------=_NextPart_000_0070_01CC4554.0A126990 Content-Type: application/octet-stream; name="example.mkiv" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="example.mkiv" =EF=BB=BF\setupbibtex[database=3Dexample] \setuppublications[alternative=3Dapa] \setupinteraction[state=3Dstart] \starttext We are testing interactive citation, as described in \cite[hh2010a]. \page \placepublications[criterium=3Dall] \stoptext ------=_NextPart_000_0070_01CC4554.0A126990 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ ------=_NextPart_000_0070_01CC4554.0A126990--