ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Subject: Re: some bib module questions
Date: Wed, 26 Jan 2005 08:34:58 +0100	[thread overview]
Message-ID: <41F74822.5010701@elvenkind.com> (raw)
In-Reply-To: <ba61946105012511374b663c37@mail.gmail.com>



Fei He wrote:
> Hello Taco,
> 
> Thanks for the help the other day. It fixed most of the problems.
> However, it seems that i cannot get the publication list numbered
> like:
> 
> [1]. pub1
> [2.] pub2

Here's what you need:

   \usemodule[bib]

   \def\bracketed#1{[#1]} % adapt as desired

   \setuppublications
     [sorttype=cite, % list by cite order
      refcommand=num, % cite list item no.
      numbering=yes,  % display list item no. in list
      numbercommand=\bracketed] % show brackets

   \setuppublicationlist[criterium=all] % for that bug



Greetings, Taco

  reply	other threads:[~2005-01-26  7:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-21 21:55 Fei He
2005-01-22  8:21 ` Taco Hoekwater
2005-01-25 19:37   ` Fei He
2005-01-26  7:34     ` Taco Hoekwater [this message]
2005-02-02  4:05       ` Fei He
2005-02-02 13:48         ` Taco Hoekwater
2005-03-07 18:38   ` Mark Smith
2005-03-12 15:24     ` Taco Hoekwater
2005-03-12 19:09       ` Mark Smith
2005-03-13 10:52         ` Taco Hoekwater

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=41F74822.5010701@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).