ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bib module (again)
@ 2011-07-06  9:00 Steffen Wolfrum
  2011-07-06  9:19 ` Taco Hoekwater
  0 siblings, 1 reply; 11+ messages in thread
From: Steffen Wolfrum @ 2011-07-06  9:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Thomas Schmitz, Taco Hoekwater

Hi,

I have a basic problem with the very first step of using bibliographies in ConTeXt: converting BBI to BBL files.

And, as far as I have understood, the only thing that ".bst" files do is sorting. This means that a plain run of bibtex like this ...

\setupbibtex[database=mytry_x.bib]
\starttext
Test
\completepublications
\stoptext

... should convert the entire database (eg. from a ".bib" file) in TeX-parsable records, written in a ".bbl" file.

If I want to shorten many authors to just one followed by "et al." there is the otion "authoretallimit" that specifies the number needed to trigger 'et al.' handling.
This can be set *later* in setuppublicationlist.

But when I run the minimal exmaple above against this database "mytry_x.bib":

@BOOK{daunerliebkonzenschmidt,
author = {Peter Schlechtriem and Horst Konzen},
}

@BOOK{schlechtriemschmidtkessel,
author = {Peter Schlechtriem and Horst Konzen and Karsten Schmidt},
}

... the resulting bbl lookes like this:

\setuppublicationlist[samplesize={SKS},totalnumber=2]

\startpublication[k=daunerliebkonzenschmidt,t=book,
a={{Schlechtriem},{Konzen}},y=,
n=1,s=SK]
\author[]{Peter}[P.]{}{Schlechtriem}
\author[]{Horst}[H.]{}{Konzen}
\stoppublication

\startpublication[k=schlechtriemschmidtkessel,t=book,
a={{Schlechtriem},{}},y=,
n=2,s=SKS]
\author[]{Peter}[P.]{}{Schlechtriem}
\author[]{Horst}[H.]{}{Konzen}
\author[]{Karsten}[K.]{}{Schmidt}
\stoppublication


So the three authors *are* already shortened to "a={{Schlechtriem},{}}" only!

Is this a bug or a hidden preset that I just didn't found yet?


Any help would be appreciated

Steffen
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2011-07-15  9:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-06  9:00 bib module (again) Steffen Wolfrum
2011-07-06  9:19 ` Taco Hoekwater
2011-07-06  9:38   ` Steffen Wolfrum
2011-07-06  9:47     ` Taco Hoekwater
2011-07-06 10:03       ` Steffen Wolfrum
2011-07-06 10:47         ` Hans Hagen
2011-07-07  9:25           ` Steffen Wolfrum
2011-07-07 13:18             ` Stefan Müller
2011-07-07 20:41               ` Steffen Wolfrum
2011-07-07 21:50                 ` Andreas Schneider
2011-07-15  9:02                   ` Steffen Wolfrum

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