ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: m-bib problem after upgrade
Date: Fri, 16 Nov 2001 17:00:29 +0100	[thread overview]
Message-ID: <5.1.0.14.1.20011116165507.03121db8@server-1> (raw)
In-Reply-To: <20011116152500X.marko@kinetic.ki.informatik.uni-frankfurt. de>

Hi,

Well, not knowing what the m-bib module is supposed to deliver, it took me 
a while to track down the problem, and surprise, the problem lays in an 
optimized system macro

\long\def\doifnotempty#1%
   {\def\!!stringa{#1}%
    \ifx\!!stringa\empty
      \expandafter\gobbleoneargument
    \else
      \expandafter\firstofoneargument
    \fi}

[if you look info syst-gen.tex you'll see that I forgot a %]

now, since only the math module and the bibliography module use this 
command, if went unnoticed when i did my tests -)

I could track it down because when i displayed onte of the lists a funny , 
was showing up (this is probably the reason why the empty test is needed):

     \xdef\allrefs{\ifx\allrefs\empty\else\allrefs,\fi\@@pbk}%

so, taco, maybe this is a better alternative for building the list ^^^

When this module is stable i will go over it (multilingual, hyperthings) 
because there are some things in there that should go to system modules but 
i happily await tacos signal -)

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


  parent reply	other threads:[~2001-11-16 16:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-14 18:55 Marko Schuetz
2001-11-15  9:54 ` Taco Hoekwater
2001-11-15 16:09   ` Hans Hagen
     [not found]     ` <20011115180345A.marko@kinetic.ki.informatik.uni-frankfurt. de>
     [not found]       ` <20011116152500X.marko@kinetic.ki.informatik.uni-frankfurt. de>
2001-11-16 16:00         ` Hans Hagen [this message]
2001-11-16 16:42           ` Marko Schuetz

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.1.20011116165507.03121db8@server-1 \
    --to=pragma@wxs.nl \
    --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).