ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bib question
@ 2006-02-21 15:17 Patrick Gundlach
  2006-02-21 16:19 ` Taco Hoekwater
  0 siblings, 1 reply; 10+ messages in thread
From: Patrick Gundlach @ 2006-02-21 15:17 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* bib question
@ 2007-04-02 12:18 Thomas A. Schmitz
  2007-04-02 13:17 ` Taco Hoekwater
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas A. Schmitz @ 2007-04-02 12:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all,

not really a question about specific code, but I need an idea: I have  
a fairly large bibliographical list which is generated from an even  
larger bibtex database. Now, I want to quote some of the items from  
this list on my slides, but I want to retain the original numbering  
in the list, like so:

the list:

[1] item A

[2] item B

[3] item C

the slide:

[2] item B

[3] item C

Can anyone suggest an approach for this? Or is this impossible with  
bibtex, and I have to typeset the slides manually?

Thanks, and best

Thomas

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-04-03 10:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-21 15:17 bib question Patrick Gundlach
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

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).