From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30722 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: YABQ (yet another bib question...) Date: Sun, 10 Sep 2006 15:30:50 +0200 Message-ID: <4504138A.9030008@elvenkind.com> 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 1157895165 11247 80.91.229.2 (10 Sep 2006 13:32:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Sep 2006 13:32:45 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Sep 10 15:32:43 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 1GMPQR-0000HK-6j for gctc-ntg-context-518@m.gmane.org; Sun, 10 Sep 2006 15:32:43 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1D5EC1FD5A; Sun, 10 Sep 2006 15:32:42 +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 26179-03; Sun, 10 Sep 2006 15:32:40 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E01171FD30; Sun, 10 Sep 2006 15:30:54 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 716ED1FD2A for ; Sun, 10 Sep 2006 15:30:53 +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 26179-02-3 for ; Sun, 10 Sep 2006 15:30:51 +0200 (CEST) Original-Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by ronja.ntg.nl (Postfix) with SMTP id 38DEA1FCD7 for ; Sun, 10 Sep 2006 15:30:50 +0200 (CEST) Original-Received: from boo.demon.nl ([82.161.175.147]:39792 helo=[10.10.0.3]) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1GMPOc-000HEM-Sq for ntg-context@ntg.nl; Sun, 10 Sep 2006 13:30:50 +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: 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:30722 Archived-At: Sanjoy Mahajan wrote: > > I need to repeat my experiments, but I think it worked to use simply > \cite in the bibtex entry. Ah, here is one example. It uses > xampl.bib, which comes with old distributions of ConTeXt (e.g. teTeX > 3.0's distribution). Yeah, that's how I expected it to be done. > [Taco: The reference to Knuth below comes out as (Knuth, 1981c) even > though there are no other 1981 entries for Knuth cited in the text. > Is that hard to fix given ConTeXt's way of dealing with bibtex, in > that it just incorporates the entire database, in which there are > several 1981 entries from Knuth?] Problematic. There is a small bit of influence possible: the `c' is inside macro (\maybeyear) that could be redefined (nullified), but that is a document-global solution, and it may not even work too well at that. It's been a long time since I looked at this problem. It is not totally unsolvable, but definately not simple either. Best, Taco