From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19496 Path: news.gmane.org!not-for-mail From: Mark Smith Newsgroups: gmane.comp.tex.context Subject: Re: bibmodule requests Date: Thu, 31 Mar 2005 15:52:05 +0200 Message-ID: References: <424BDF75.9040501@elvenkind.com> 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: quoted-printable X-Trace: sea.gmane.org 1112277189 26430 80.91.229.2 (31 Mar 2005 13:53:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 Mar 2005 13:53:09 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 31 15:53:08 2005 Return-path: 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 1DH04e-0008Rg-2N for gctc-ntg-context-518@m.gmane.org; Thu, 31 Mar 2005 15:51:04 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A85D51282B; Thu, 31 Mar 2005 15:52:15 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00976-02-4; Thu, 31 Mar 2005 15:52:12 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1D42812841; Thu, 31 Mar 2005 15:52:12 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E7B7012841 for ; Thu, 31 Mar 2005 15:52:10 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00976-02-3 for ; Thu, 31 Mar 2005 15:52:10 +0200 (CEST) Original-Received: from m1.imap-partners.net (m1.imap-partners.net [205.217.153.22]) by ronja.ntg.nl (Postfix) with ESMTP id E736E1282B for ; Thu, 31 Mar 2005 15:52:09 +0200 (CEST) Original-Received: from [10.0.1.4] (p54BCD42C.dip.t-dialin.net [84.188.212.44]) by m1.imap-partners.net (MOS 3.5.6-GR) with ESMTP id AVJ04124 (AUTH mark@bbprojects.net) for ; Thu, 31 Mar 2005 05:52:07 -0800 (PST) Original-To: mailing list for ConTeXt users X-Priority: 3 In-Reply-To: <424BDF75.9040501@elvenkind.com> X-Mailer: Mailsmith 2.1.5 (Blindsider) X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:19496 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19496 Taco Hoekwater wrote: >The suffixes are needed because otherwise author,year styles >cannot differentiate between different publications by one >author in the same year. The actual implementation is a bit >clumsy because it was mimicked incompletely from bibtex. Hmm... then maybe a single field from which the contents are only collected= for author,year styles that ask for/need the suffix could be used to hold = the citekey unique identifier suffix ? something like \authoryearid{a} =20 ? =2E..just thinking out loud. This might be a nightmare to implement for ge= nerating the author,year citations in the text druing a run. That's beyond = my ken. mark.