From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29406 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: New bib module release (2006.07.13) Date: Mon, 17 Jul 2006 19:31:09 +0200 Message-ID: <44BBC95D.6030801@elvenkind.com> References: <44B608BF.907@elvenkind.com> <44BBB2CA.7080208@net-b.de> 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 1153157710 2744 80.91.229.2 (17 Jul 2006 17:35:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Jul 2006 17:35:10 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jul 17 19:35:06 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 1G2Wwg-0004cR-Rd for gctc-ntg-context-518@m.gmane.org; Mon, 17 Jul 2006 19:31:51 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3C6F2127D5; Mon, 17 Jul 2006 19:31:50 +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 10181-07; Mon, 17 Jul 2006 19:31:44 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 229B2127CB; Mon, 17 Jul 2006 19:31:43 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B7547127CB for ; Mon, 17 Jul 2006 19:31:28 +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 10853-04 for ; Mon, 17 Jul 2006 19:31:16 +0200 (CEST) Original-Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by ronja.ntg.nl (Postfix) with SMTP id 4FDBF127C0 for ; Mon, 17 Jul 2006 19:31:10 +0200 (CEST) Original-Received: from boo.demon.nl ([82.161.175.147]:56004 helo=[10.10.0.3]) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1G2Ww2-00035Q-70 for ntg-context@ntg.nl; Mon, 17 Jul 2006 17:31:10 +0000 User-Agent: Mozilla Thunderbird 1.0.6-7.6.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <44BBB2CA.7080208@net-b.de> 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:29406 Archived-At: Hi Tobias Tobias Burnus wrote: > > I have two observations and one question. > > If I use interactivity, > \cite[year][myRef] > links to the \placepublications[criterium=all] list. > However, if I use \cite[authoryear][myRef], it does not. This one is a case of NIY: If you really need interactivity, use \setupcite[authoryear][compress=no] for now. I'll fix this in the next feature release (not impossible, but needs a fair amount of juggling with \commalist-lists). > \cite[doi][Slater1954] shows something like > [Slater195410.1103/PhysRev.94.1498] > rather than "10.1103/PhysRev.94.1498" This is a bug introduced by the new reference system that I will fix soon (hopefully tomorrow). If I am not mistaen, \cite[url] has a related problem. > Has anyone an idea what goes wrong here: > \def\onlinecite[#1]{\cite[left=,right=][#1]} > [...] > \onlinecite[myRef] % does not work, shows [] > Logfile: publications : warning: cite argument myRef unknown on 109 > > However, using \cite[left=,right=][myRef] directly works. That maes absolutely no sense at all. Do you have a minimal file to play with? Greetings, Taco