ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: e_w_g@t-online.de (Eckhart Guthöhrlein)
Cc: ntg-context@ntg.nl
Subject: Re: m-bib leaves blank lines in publication list
Date: Tue, 30 Oct 2001 11:29:59 +0100	[thread overview]
Message-ID: <5.1.0.14.0.20011030112156.00a94100@pop.t-online.de> (raw)
In-Reply-To: <20011025191459.B17304@bart.math.muni.cz>

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


      parent reply	other threads:[~2001-10-30 10:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-25 17:14 David Antos
2001-10-26  8:17 ` Taco Hoekwater
2001-10-30 10:29 ` Eckhart Guthöhrlein [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.1.0.14.0.20011030112156.00a94100@pop.t-online.de \
    --to=e_w_g@t-online.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).