ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Subject: Bib module bug (was: bib module problem)
Date: Wed, 26 Jan 2005 12:15:35 +0100	[thread overview]
Message-ID: <41F77BD7.1080904@elvenkind.com> (raw)
In-Reply-To: <41F776A3.8060707@elvenkind.com>



Taco Hoekwater wrote:
> Using the latest context (2005.01.24), I have the same bug.
> Not sure yet what goes wrong, but there are a lot of changes
> in the latest core-lst.tex so perhaps it has something to
> do with that. Still investigating...

I found it, the bug is caused by a mistake in an optimalization
in t-bib.tex. You can fix it in texmf/tex/context/bib/t-bib.tex,
or use the fixed definition of \placelist below. This bug is in
Context 2005.01.13 as well.

Greetings, Taco

% line 687:

\def\doplacepublications[#1]%
   {\preinitializepubslist
    \ifcase\bibcounter\else % HERE it said "\or" instead of "\else"
      \initializepubslist
      \let\bibcounter\!!zerocount
      \placelist[pubs][\c!criterium=\v!all,#1]%
    \fi}

  reply	other threads:[~2005-01-26 11:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-25 21:49 bib module problem David Munger
2005-01-25 22:02 ` Taco Hoekwater
2005-01-25 22:18   ` David Munger
2005-01-25 22:30     ` Taco Hoekwater
2005-01-26 10:53       ` Taco Hoekwater
2005-01-26 11:15         ` Taco Hoekwater [this message]
2005-01-26 11:31           ` Bib module bug Hans Hagen

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=41F77BD7.1080904@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).