ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Subject: Re: bib module: \setupcite macro
Date: Mon, 03 Oct 2005 10:36:24 +0200	[thread overview]
Message-ID: <4340ED88.80209@elvenkind.com> (raw)
In-Reply-To: <4341B250@webmail.colostate.edu>



Idris Samawi Hamid wrote:
> Another issue:
> 
> My definition for \citeyear crashes. This used to work-)

First: this problem is caused by the fact that year
citations are by default uncompressed. if year compression
is turned on, then different code is used, and the problem
never happens.

-------

I've made a change to the representation of authors (there is
now one or two extra sets of braces around each author), and
this causes the crash. It turns out to be a problem with the
core macro \addtocommalist, that I don't know how to fix.

Minimal demonstration of problem/bug:

   \def\acommalist{}
   \addtocommalist{{stuff with braces}}\acommalist


Q for Hans: The way my data representation is written now, I
need to be able to add the following three types of elements
as well as stuff without braces:

   {author}               % stands for one author
   {authora},{authorb}    % stands for two authors
   {authora},{}           % stands for author et. al.

is that doable eventually, or should I implement another
presentation altogether?

Cheers, Taco

  parent reply	other threads:[~2005-10-03  8:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-02 23:01 Idris Samawi Hamid
2005-10-03  6:04 ` Thomas A. Schmitz
2005-10-03  8:36 ` Taco Hoekwater [this message]
2005-10-02 23:12 Idris Samawi Hamid
2005-10-03 13:01 Idris Samawi Hamid
2005-10-03 13:09 ` Taco Hoekwater
2005-10-03 13:12 Idris Samawi Hamid
2005-10-03 13:23 Idris Samawi Hamid

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=4340ED88.80209@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).