From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5956 Path: main.gmane.org!not-for-mail From: e_w_g@t-online.de (Eckhart =?iso-8859-1?Q?Guth=F6hrlein?=) Newsgroups: gmane.comp.tex.context Subject: Re: m-bib leaves blank lines in publication list Date: Tue, 30 Oct 2001 11:29:59 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <5.1.0.14.0.20011030112156.00a94100@pop.t-online.de> References: <20011025191459.B17304@bart.math.muni.cz> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1035396513 5999 80.91.224.250 (23 Oct 2002 18:08:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:08:33 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: David Antos In-Reply-To: <20011025191459.B17304@bart.math.muni.cz> Xref: main.gmane.org gmane.comp.tex.context:5956 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5956 At 19:14 25.10.2001 +0200, you wrote: >the bibliography module leaves blank lines between entries if the preceding >entry fills the line to the end. Are there any blank spaces where shouldn't >be? Would it be OK to \unskip at each end of \setuppublicationlayout entry? I head this problem with publications of type book. In bibl-apa.tex, I replaced \insertpublisher {}% {\insertedition{, }{ edition. }{. }}% {\insertedition{, }{ edition. }{}}% \insertpages{}{p. }{}% \insertnote{ }{.}{}% with \insertpublisher {}% {\insertedition{, }{ edition.}{.}}% {\insertedition{, }{ edition.}{}}% \insertpages{}{ p. }{}% \insertnote{ }{.}{}% This works, and something similar will probably be found in the definitions for inproceedings and misc in your case. Eckhart