ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Patrick Gundlach <patrick@gundla.ch>
Subject: bib question
Date: Tue, 21 Feb 2006 16:17:15 +0100	[thread overview]
Message-ID: <m2u0asyc5g.fsf@levana.de> (raw)

Hello out there,

I use Taco's bib module and have a question concering
labels/numbering. In the text I use \cite[knuth:texbook] and want to
have a label like [1]. In the list of publications I have all bib
entries also labeled [1], [2], ... but the ordering in the textbody is
incorrect. The first citation in the text is labeled [6] while the
corresponding entry in the list of publications it is labeled [1]. The
number 6 probably comes from the bib database, where [knuth:texbook] is
the 6th entry. So, how do I get [1] both in the place where I cite
[knuth:texbook] and in the list of publications?

Thanks,

Patrick

----------------------------------------
\usemodule[bib]
\def\EckNummer#1{[#1]}
\chardef\urlhyphenmethod=1

\setuppublications
  [sorttype=cite,
    refcommand=number,
    criterium=used,
    numbering=yes,
    numbercommand=\EckNummer,
  ]

\setupbibtex
  [database=../bib/umbruchlit,
]

\setuppublicationlist
  [before=\blank,
]
----------------------------------------



-- 
ConTeXt wiki and more: http://contextgarden.net

             reply	other threads:[~2006-02-21 15:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-21 15:17 Patrick Gundlach [this message]
2006-02-21 16:19 ` Taco Hoekwater
2006-02-22  8:06   ` Patrick Gundlach
2007-04-02 12:18 Thomas A. Schmitz
2007-04-02 13:17 ` Taco Hoekwater
2007-04-02 18:58   ` Thomas A. Schmitz
2007-04-03  9:50     ` Taco Hoekwater
2007-04-03 10:18       ` M.J. Kallen
2007-04-03 10:28         ` Thomas A. Schmitz
2007-04-03 10:48         ` 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=m2u0asyc5g.fsf@levana.de \
    --to=patrick@gundla.ch \
    --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).