From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24894 Path: news.gmane.org!not-for-mail From: David Wooten Newsgroups: gmane.comp.tex.context Subject: Bib Module: bibl-ssa Date: Mon, 2 Jan 2006 14:46:54 -0800 Message-ID: <0AE47C20-5CE7-4BFE-80C5-BE60401083F9@trichotomic.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1136242246 21873 80.91.229.2 (2 Jan 2006 22:50:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Jan 2006 22:50:46 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 02 23:50:44 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 1EtYVi-0004b7-Dx for gctc-ntg-context-518@m.gmane.org; Mon, 02 Jan 2006 23:50:38 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E08851283C; Mon, 2 Jan 2006 23:50:37 +0100 (CET) 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 15229-03; Mon, 2 Jan 2006 23:50:37 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5C99712805; Mon, 2 Jan 2006 23:47:05 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 17ED512805 for ; Mon, 2 Jan 2006 23:47:04 +0100 (CET) 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 15030-06 for ; Mon, 2 Jan 2006 23:47:03 +0100 (CET) Original-Received: from smtp101.sbc.mail.mud.yahoo.com (smtp101.sbc.mail.mud.yahoo.com [68.142.198.200]) by ronja.ntg.nl (Postfix) with SMTP id B44BA127D8 for ; Mon, 2 Jan 2006 23:47:02 +0100 (CET) Original-Received: (qmail 33253 invoked from network); 2 Jan 2006 22:46:56 -0000 Original-Received: from unknown (HELO ?192.168.2.7?) (wooten.david@sbcglobal.net@69.106.41.125 with plain) by smtp101.sbc.mail.mud.yahoo.com with SMTP; 2 Jan 2006 22:46:56 -0000 Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24894 Archived-At: Greetings all, Taco, I've just run across a small bug in the bibl-ssa style for the bib- module. The (wonderful) mechanism for deleting subsequent identical names goes a little too far if the first item in the bibliography is an edited book---that is, editor(s) only, and no author(s). "A little too far" meaning the first item is printed without the editor's name. Current set-up: \usemodule[bib] \setuppublications[alternative=ssa,refcommand=authoryears] \setuppublications[sorttype=bbl,criterium=all] \setupbibtex[sort=author] \sortbycitefalse Kind regards, David Wooten