From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11403 Path: main.gmane.org!not-for-mail From: Eckhart =?iso-8859-1?q?Guth=F6hrlein?= Newsgroups: gmane.comp.tex.context Subject: Re: m-bib sorting, etc. Date: Thu, 13 Mar 2003 16:27:15 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <200303131627.16673.eckhart.guthoehrlein@uni-bielefeld.de> References: <4F3D16A1-5566-11D7-9F50-000A959F0E52@fastmail.fm> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1047569436 588 80.91.224.249 (13 Mar 2003 15:30:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2003 15:30:36 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Mar 13 16:30:32 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 18tUdv-0008VQ-00 for ; Thu, 13 Mar 2003 16:29:15 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 10C6810B8C; Thu, 13 Mar 2003 16:29:59 +0100 (MET) Original-Received: from mail.uni-bielefeld.de (mail2.uni-bielefeld.de [129.70.4.90]) by ref.ntg.nl (Postfix) with ESMTP id ECC4310B13 for ; Thu, 13 Mar 2003 16:27:39 +0100 (MET) Original-Received: from hades.chemie.uni-bielefeld.de (hades.chemie.uni-bielefeld.de [129.70.172.80]) by mail.uni-bielefeld.de (Sun Internet Mail Server sims.4.0.2000.10.12.16.25.p8) with ESMTP id <0HBP004RC1M0WO@mail.uni-bielefeld.de> for ntg-context@ntg.nl; Thu, 13 Mar 2003 16:27:36 +0100 (MET) In-reply-to: <4F3D16A1-5566-11D7-9F50-000A959F0E52@fastmail.fm> Original-To: ntg-context@ntg.nl Content-Disposition: inline User-Agent: KMail/1.5 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:11403 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11403 Am Donnerstag, 13. M=E4rz 2003 16:13 schrieb Bruce D'Arcus: > > \setupbibtex[sort=3Dauthor] > > \setuppublications[sorttype=3Dbbl] > > If I understand correctly, if I have this code in the preamble and I > run BibTeX, the cont-au.bst file ought to be automatically used. Is Yes. Another bug. You have to manually edit the aux file produced by the fi= rst=20 tex run and replace cont-no by cont-au. Even worse: since the extension .au= x=20 is hard coded in bibtex, and since the file is written each time you run te= x,=20 you will have to do this before every bibtex run (i.e., every time you make= =20 changes to your bib database). Eckhart