From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1317 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: BibTeX support in CONTEXT Date: Mon, 22 Nov 1999 09:44:59 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <3839028B.97382EE2@gmx.de> References: <00df01bf34b1$e36a1820$0321a8c0@bmach.nederware.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035392147 31655 80.91.224.250 (23 Oct 2002 16:55:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:55:47 +0000 (UTC) Cc: Marc van Dongen Original-To: "'ConTeXt'" Xref: main.gmane.org gmane.comp.tex.context:1317 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1317 Hi Marc, > Is there a mechanism for citations (something like > \cite) and the use of BibTeX like bibliography > files in Context? Well it is planed to support BibTeX (not exactly like LaTeX does, but similar). The beta version is available at http://www.cybercomm.nl/~bittext/temp/m-bib.zip, but I think it only supports cont-en and has other limitations. (In the zip file there is the module, three bst and the pdf'ed commented source of the tex file.) Berend de Boer wrote: > Not really. There is an unsupported \startpublicatie. Use it like this: > \startpublicatie[Bekke92] > \naam{J.H.~ter~Bekke} > \titel{Semantic Data Modeling} > \jaar{1992} > \plaats{Hemel Hempstead} > \uitgever{Prentice Hall} > \stoppublicatie > \stoptext > Works good enough for now, so no wait until bibliography is reimplemented. Well these entries can be created using BibTeX and the mentioned bst. (Ups, I haven't realised that the \startpublication command is available in standard TeX, so you may try this commands as well.) Tobias