ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco.hoekwater@wkap.nl>
Subject: Context and Bibtex
Date: Fri, 20 Aug 1999 16:37:38 +0000 (GMT)	[thread overview]
Message-ID: <14269.33874.586603.710116@PC709.wkap.nl> (raw)

Hi all,

I've just uploaded

	 http://www.cybercomm.nl/~bittext/temp/m-bib.zip

The file contains m-bib.tex, m-bib.pdf, bibl-apa.tex, and 4 .bst files 
for bibtex.

This is a very preliminary version of what will eventually hopefully
become a core part of Context: an interface to bibtex and a
standardized way of creating (scientific) publication lists. The
(still partial) documentation is in m-bib.pdf.

While I am still debugging and documenting this code, you are required 
to use a \usemodule[bib] command to load the commands and you have to
run bibtex 'by hand'. 

Request:

Please, if you are bored or intend to use this module in the future,
have a look at it and tell me what you think. It's a lot of code and
it's quite likely that there are still a (large ?) number of bugs in
it. DONT USE for production yet! I only uploaded this because I need
beta tester feedback.

The (currently only) defined reference style (bibl-apa) is more or
less apa-like, but I am well aware that there are some improvements
that should be made to that file. (set "criterium=all" in the example
below to see what I mean).

The current version is *not* multi-lingual (in fact it will only work
in the english version of context) and for some reason I don't yet
understand the 'normal' (non e-)TeX chokes on accents in stuff that
might end up as an argument to \cite.

I'll sort that out later. Right now I need a break from this (have not 
done anything else the past week and it is starting to become severely 
frustrating). 

A very short synopsis: 

% testfile.tex
%
\usemodule[bib]
\setuppublications[database=xampl,numbering=yes]

\starttext
author: \cite[author][article-full]

num: \cite[num][article-full]

\thepublications
\stoptext
%%

Calling order:

  pdfetex \&cont-en testfile
  bibtex testfile
  pdfetex \&cont-en testfile
  texutil --ref testfile
  pdfetex \&cont-en testfile

Greetings,

Taco
-- 
Taco Hoekwater                                 taco.hoekwater@wkap.nl
Kluwer Academic Publishers                            -- Pre Press --
Achterom 119, 3311 KB Dordrecht, The Netherlands  tel.  31-78-6392550
---------------------------------------------------------------------


                 reply	other threads:[~1999-08-20 16:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=14269.33874.586603.710116@PC709.wkap.nl \
    --to=taco.hoekwater@wkap.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).