ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Berend de Boer" <berend@pobox.com>
Subject: RE: BibTeX support in CONTEXT
Date: Mon, 22 Nov 1999 07:22:00 +0100	[thread overview]
Message-ID: <00df01bf34b1$e36a1820$0321a8c0@bmach.nederware.nl> (raw)

> Is there a mechanism for citations (something like
> \cite) and the use of BibTeX like bibliography
> files in Context?

Not really. There is an unsupported \startpublicatie. Use it like this:

\starttext

\chapter{Test}

See~\publicatie[Bekke92].

\chapter{References}

\startpublicatie[Bekke92]
  \naam{J.H.~ter~Bekke}
  \titel{Semantic Data Modeling}
  \jaar{1992}
  \plaats{Hemel Hempstead}
  \uitgever{Prentice Hall}
\stoppublicatie

\startpublicatie[Bekke93]
  \naam{J.H.~ter~Bekke}
  \titel{Database ontwerp (Dutch)}
  \jaar{1993}
  \plaats{Deventer}
  \uitgever{Kluwer Bedrijfswetenschappen}
\stoppublicatie

\startpublicatie[Bekke94]
  \naam{J.H.~ter~Bekke}
  \titel{Handleiding Xplain DBMS, versie 4.5}
  \jaar{1994}
  \plaats{Delft}
  \uitgever{Faculteit der Technische Wiskunde en Informatica, vakgroep
  Informatiesystemen, groep Database Systemen}
\stoppublicatie

\stoptext

Works good enough for now, so no wait until bibliography is reimplemented.

Groetjes,

Berend. (-:


             reply	other threads:[~1999-11-22  6:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-22  6:22 Berend de Boer [this message]
1999-11-22  8:44 ` Tobias Burnus
  -- strict thread matches above, loose matches on Subject: below --
1999-11-21 17:39 Marc van Dongen

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='00df01bf34b1$e36a1820$0321a8c0@bmach.nederware.nl' \
    --to=berend@pobox.com \
    /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).