From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19865 Path: news.gmane.org!not-for-mail From: David Wooten Newsgroups: gmane.comp.tex.context Subject: Re: bib: getting a complete listing of the database, sorted by author Date: Thu, 14 Apr 2005 13:49:18 -0700 Message-ID: <6d9e11051890f9e097d244a9503e7bb4@trichotomic.net> References: <425ED096.4040501@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1113511852 13041 80.91.229.2 (14 Apr 2005 20:50:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Apr 2005 20:50:52 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 14 22:50:48 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 1DMBHg-0003wJ-97 for gctc-ntg-context-518@m.gmane.org; Thu, 14 Apr 2005 22:49:56 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4E4AC12929; Thu, 14 Apr 2005 22:53:22 +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 12324-02; Thu, 14 Apr 2005 22:53:22 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6C56312928; Thu, 14 Apr 2005 22:49:31 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E46ED12928 for ; Thu, 14 Apr 2005 22:49:29 +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 12095-03 for ; Thu, 14 Apr 2005 22:49:29 +0200 (CEST) Original-Received: from calmail-fe3.berkeley.edu (mailfarm.Berkeley.EDU [128.32.61.106]) by ronja.ntg.nl (Postfix) with ESMTP id D397312924 for ; Thu, 14 Apr 2005 22:49:28 +0200 (CEST) Original-Received: from [69.105.225.91] (account wooten@calmail.berkeley.edu HELO [10.0.1.6]) by calmail-fe3.berkeley.edu (CommuniGate Pro SMTP 4.2.6) with ESMTP-TLS id 51038355 for ntg-context@ntg.nl; Thu, 14 Apr 2005 13:49:27 -0700 In-Reply-To: <425ED096.4040501@elvenkind.com> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.619.2) 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:19865 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19865 Taco, this works for me. Glad this came up=97I was going to inquire = soon. David > Try this sequence opf commands instead > (not tested, but I have a sudden hunch that this will work): > > \setuppublications > [alternative=3Dapa] > > \setuppublications > [sorttype=3Dbbl, > criterium=3Dall] > > (and if this works, then I've found the cause of almost all the recent > problems with 'criterium=3Dall' etcetera). > > > The second one is easy: the keyword here is 'sort', not 'sorttype': > > \setupbibtex > [database=3Dumbruchlit, > sort=3Dauthor] > > Taco