ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Christopher Tipper" <chris.tipper@e-conomist.fsnet.co.uk>
Cc: "ConTeXT Mailing List" <ntg-context@ntg.nl>
Subject: Re: bibliography
Date: Tue, 28 Nov 2000 19:11:27 -0000	[thread overview]
Message-ID: <000b01c0596f$25144060$6240893e@chris> (raw)
In-Reply-To: <20001128193700.A16259@robotron.physik.fu-berlin.de>

> are there some predefined commandos/macros for a bibliography?

Taco's m-bib module may be downloaded from here http://www.cybercomm.nl/~bittext/temp/m-bib.zip

I'm not sure if there's any more user-friendly document than the source documentation in the zip, but after much gnashing of teeth it is possible to figure. :-)

1 Create a mydoc.tex 
2 create a mydoc.bib according to the BiBTeX layout conventions
3 For the simplest scenario, sort by author, you'll have to put something like 

\bblreadfalse

\setuppublications
  [database=mydoc,
   sort=author,
   sorttype=bbl,
   criterium=all]

in the header of your Context source.

There are other styles respectively defined in the style files:

% - the author (+year, title)  : cont-au.bst
% - the title  (+author, year) : cont-ti.bst
% - the short key a la abbrev  : cont-ab.bst
% - nothing at all (cite order): cont-no.bst

4 run texexec for the first time
5 run bibtex on mydoc.aux
6 run texexec for the second time and voila!

Hope this helps,
Christopher


  parent reply	other threads:[~2000-11-28 19:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-28 18:37 bibliography David Hansen
2000-11-28 18:47 ` bibliography David Hansen
2000-11-28 19:11 ` Christopher Tipper [this message]
2000-11-29  2:03   ` bibliography Uwe Koloska
2000-11-29  9:02   ` bibliography Hans Hagen
2000-11-29 10:05 ` bibliography tburnus
  -- strict thread matches above, loose matches on Subject: below --
2022-02-22 21:36 Bibliography Willi Egger via ntg-context
2017-02-05 17:09 Encoding reserved characters in URI query strings Aditya Mahajan
2017-02-07 12:24 ` Bibliography Jean-Pierre Delange
2017-02-07 15:12   ` Bibliography Alan Braslau
2015-07-01  8:35 Bibliography Procházka Lukáš Ing. - Pontex s. r. o.
2010-11-29 18:30 bibliography Hans Hagen
2000-05-02 12:20 Bibliography Michal Kvasnicka
2000-05-02 19:36 ` Bibliography Robert F. Beeger
2000-04-21 15:42 bibliography pragma
2000-04-23 12:36 ` bibliography Robert F. Beeger
2000-04-23 20:40   ` bibliography Tobias Burnus
2000-04-26 14:20     ` bibliography Robert F. Beeger
2000-04-26 14:45       ` bibliography 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='000b01c0596f$25144060$6240893e@chris' \
    --to=chris.tipper@e-conomist.fsnet.co.uk \
    --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).