From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30814 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: YABQ (yet another bib question...) Date: Thu, 14 Sep 2006 23:46:10 +0200 Message-ID: <9BDD8527-9C5A-4568-B754-02047069EF92@uni-bonn.de> References: <4504138A.9030008@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1158270467 10939 80.91.229.2 (14 Sep 2006 21:47:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Sep 2006 21:47:47 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 14 23:47:39 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 1GNz3Y-0000XB-2M for gctc-ntg-context-518@m.gmane.org; Thu, 14 Sep 2006 23:47:36 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1ADE91FE05; Thu, 14 Sep 2006 23:47:35 +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 29438-03-3; Thu, 14 Sep 2006 23:47:18 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E6B5B1FCB7; Thu, 14 Sep 2006 23:47:17 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BAA7A1FCB7 for ; Thu, 14 Sep 2006 23:47:15 +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 29438-03-2 for ; Thu, 14 Sep 2006 23:47:14 +0200 (CEST) Original-Received: from mailout07.sul.t-online.com (mailout07.sul.t-online.com [194.25.134.83]) by ronja.ntg.nl (Postfix) with SMTP id 253741FC82 for ; Thu, 14 Sep 2006 23:47:13 +0200 (CEST) Original-Received: from fwd34.aul.t-online.de by mailout07.sul.t-online.com with smtp id 1GNz3B-0003eU-01; Thu, 14 Sep 2006 23:47:13 +0200 Original-Received: from [192.168.0.2] (TJMEDEZfwegTWjHgY2fXwzB5rSrXkEBN8ZULiCIDE0p0IxaoJmXjk3@[84.172.79.173]) by fwd34.sul.t-online.de with esmtp id 1GNz34-0ZljRA0; Thu, 14 Sep 2006 23:47:06 +0200 In-Reply-To: <4504138A.9030008@elvenkind.com> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) X-ID: TJMEDEZfwegTWjHgY2fXwzB5rSrXkEBN8ZULiCIDE0p0IxaoJmXjk3@t-dialin.net X-TOI-MSGID: f3c89d33-e251-45c6-ab5f-237588bfda63 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:30814 Archived-At: On Sep 10, 2006, at 3:30 PM, Taco Hoekwater wrote: >> [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. > Taco, I just ran into the same question. When using a citation style that doesn't quote the year (like refcommand=num), it seems more logical to drop the maybeyear letter. It seems to work setting \def\maybeyear{\gobbleoneargument} I haven't seen any side effects yet, but maybe I'm missing something. Would it be possible to make this behavior a global option/value? Best Thomas