ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Cc: ntg-context@ntg.nl
Subject: Re: m-bib problem with InProceedings
Date: Wed, 17 Oct 2001 09:58:21 +0200	[thread overview]
Message-ID: <20011017095821.62e07a44.taco@elvenkind.com> (raw)
In-Reply-To: <20011016140448.6868F52555@bart.math.muni.cz>

"David Antos" <antos@math.muni.cz> wrote:
> 
> m-bib module typesets InProceedings entries wrong. It ommits author name,
> prints only year in () and adds extra space in the rest of the entry.
> My bib-related settings:
> The files are located at
> [............]
> What am I doing wrong?

You are not doing anything wrong, the module is. In bibl-apa.tex,
look for the entry for [inproceedings] and change the first line
from \insertartauthors to \insertauthors. That will solve the first
problem. In the same block, change the *second* occurrance of 
\insertpubname from 

         {\insertpubname{, }{. }{}}%

to

         {\insertpubname{}{. }{}}%

That should fix your problems.

> And one (not so important) problem: m-bib module doesn't work very well
> with project/component features of ConTeXt, it doesn't read the bbl file.
> It can be overriden with \usepublication, but it's quite unpleasant.

I'm aware of this but don't know how to fix it. For Hans: I read the
bbl file at \everystarttext, and the project structure typically don't have
a \starttext, so nothing happens. What hook do I need to use instead?

-- 
groeten,

Taco


      reply	other threads:[~2001-10-17  7:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-16 14:04 David Antos
2001-10-17  7:58 ` Taco Hoekwater [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=20011017095821.62e07a44.taco@elvenkind.com \
    --to=taco@elvenkind.com \
    --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).