From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11389 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 09:32:45 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <200303130932.45952.eckhart.guthoehrlein@uni-bielefeld.de> References: <24B017F4-54F6-11D7-93AD-0050E4258255@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 1047544505 16204 80.91.224.249 (13 Mar 2003 08:35:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2003 08:35:05 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Mar 13 09:35:04 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 18tOB5-0004DB-00 for ; Thu, 13 Mar 2003 09:35:03 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A98C910B83; Thu, 13 Mar 2003 09:35:46 +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 6D8D710AE7 for ; Thu, 13 Mar 2003 09:32:51 +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 <0HBO00982IEMUS@mail.uni-bielefeld.de> for ntg-context@ntg.nl; Thu, 13 Mar 2003 09:32:47 +0100 (MET) In-reply-to: <24B017F4-54F6-11D7-93AD-0050E4258255@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:11389 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11389 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 file wil= l=20 be sorted and you can use the bbl sort option. As far as I know, this is th= e=20 only way. \setupbibtex[sort=3Dauthor] \setuppublications[sorttype=3Dbbl] > Also, I am getting some weird vertical spacing in the list (like extra > blank space between a couple of entries). Is there any suggested > workaround for this? I noticed this if a book entry ends exactly at the end of a line. A change = on=20 line 147 of bibl-apa.tex fixed this: {\insertedition{, }{ edition.}{.}}% % new version, watch the missing space after the final full stop Maybe your problem has a similar reason. =2D-=20 Eckhart