From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11402 Path: main.gmane.org!not-for-mail From: "Bruce D'Arcus" Newsgroups: gmane.comp.tex.context Subject: Re: m-bib sorting, etc. Date: Thu, 13 Mar 2003 10:13:13 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: <4F3D16A1-5566-11D7-9F50-000A959F0E52@fastmail.fm> References: <200303130932.45952.eckhart.guthoehrlein@uni-bielefeld.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1047568506 28036 80.91.224.249 (13 Mar 2003 15:15:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2003 15:15:06 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Mar 13 16:15:02 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18tUQA-0007Hm-00 for ; Thu, 13 Mar 2003 16:15:02 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C35A310B99; Thu, 13 Mar 2003 16:15:46 +0100 (MET) Original-Received: from muaix02.mcs.muohio.edu (muaix02.mcs.muohio.edu [134.53.6.35]) by ref.ntg.nl (Postfix) with ESMTP id 9258E10B13 for ; Thu, 13 Mar 2003 16:13:29 +0100 (MET) Original-Received: from muwnt04 (muwnt04.mcs.muohio.edu [134.53.6.18]) by muaix02.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with SMTP id h2DFDUUq209500 for ; Thu, 13 Mar 2003 10:13:30 -0500 Original-Received: From mcsaix02.mcs.muohio.edu ([134.53.253.26]) by muwnt04 (WebShield SMTP v4.5 MR1a); id 1047568407687; Thu, 13 Mar 2003 10:13:27 -0500 Original-Received: from fastmail.fm (ip134-053-057-141.s57.muohio.edu [134.53.57.141]) by mcsaix02.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with ESMTP id h2DFDKar088880 for ; Thu, 13 Mar 2003 10:13:25 -0500 Original-To: ntg-context@ntg.nl In-Reply-To: <200303130932.45952.eckhart.guthoehrlein@uni-bielefeld.de> X-Mailer: Apple Mail (2.551) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11402 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11402 On Thursday, March 13, 2003, at 03:32 AM, Eckhart Guth=F6hrlein wrote: > Am Donnerstag, 13. M=E4rz 2003 02:50 schrieb Bruce D'Arcus: >> Is it possible to get the bib list alphabetized? Or is the only way >> this can work if the bib file itself is so, and I use the bbl sort >> option? > > If you use the cont-au.bst style to process your bib file, the bbl=20 > file will > be sorted and you can use the bbl sort option. As far as I know, this=20= > is the > only way. > > \setupbibtex[sort=3Dauthor] > \setuppublications[sorttype=3Dbbl] If I understand correctly, if I have this code in the preamble and I=20 run BibTeX, the cont-au.bst file ought to be automatically used. Is=20 that right? Instead, I get: This is BibTeX, Version 0.99c (Web2C 7.4.5) The top-level auxiliary file: prop_bib2.aux The style file: cont-no.bst Database file #1: bib.bib Bruce=