ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco.hoekwater@wkap.nl>
Cc: ntg-context@ntg.nl
Subject: Re: Bibtex and context?
Date: Mon, 14 Jun 1999 10:37:33 +0000 (GMT)	[thread overview]
Message-ID: <14180.56173.719185.775700@gargle.gargle.HOWL> (raw)
In-Reply-To: <375FB5CF.F0EA300F@gmd.de>

>>>>> "Matthew" == Matthew Baker <matthew.baker@gmd.de> writes:

    Matthew> Hi, Does Context have a bibliography mechanism?  I don't
    Matthew> recall reading anything about it in the doco.  More
    Matthew> specifically, is there any way of getting my bibtex
    Matthew> entries in?  I think this is the last requirement for my
    Matthew> total replacement of latex with context (apart from more
    Matthew> mathematics macros, which has already been discussed.)

We could do a quick hack that would allow you to use current bst
files, but those are not all that flexible. Instead, I've been working 
on a module (soon to be released) that accepts input like this:

\startpublicationlist
\startpublication [key=bib1, % reference key
                authordata=Du Plessis \& Koen, % for apa
                yeardata=1992, % for apa
                type=article] % layout style selection
\arttitle{Leaf analysis norms for lemons [{\it Citrus limon} (L.) Burm.]}
% firstnames prefix lastname
\artauthor {S.F.}{}{Du Plessis}
\artauthor {T.J.}{von}{Koen}
% firstpage lastpage
\pages{551}{552}
% volume issue
\volissue{2}{}
\journal{Proc. Int. Soc. Citriculture}
\pubyear{1992}
\stoppublication

...
\stoppublicationlist

It's syntax is not completely mature yet, but I'm sure you get the
idea. This does not need a .bst file, but something like

	 texutil --bib2tex

Greetings,

Taco
    Matthew> I've done a bit of bst file editing before.  I guess
    Matthew> appropriate bst files are all that are needed to put
    Matthew> bibtex-generated entries into context files.  I could
    Matthew> have a crack at this, if it hasn't been done already.
    Matthew> It's probably about time I put something back in ;P

    Matthew> - Matthew

    Matthew> -- Dr. Matthew Baker matthew.baker@gmd.de GMD - FIT.MMK
    Matthew> http://fit.gmd.de/hci/pages/matthew.baker.html

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


  parent reply	other threads:[~1999-06-14 10:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-10 12:55 Matthew Baker
1999-06-11 20:08 ` Hans Hagen
1999-06-14 10:37 ` Taco Hoekwater [this message]
1999-06-14 17:43   ` Tobias Burnus
1999-06-15  9:21     ` Hans Hagen
1999-06-15 12:03 ` Gnuplot Taco Hoekwater
1999-06-14  7:53 Bibtex and context? Gilbert van den Dobbelsteen
1999-06-14 11:45 ` Hans Hagen

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=14180.56173.719185.775700@gargle.gargle.HOWL \
    --to=taco.hoekwater@wkap.nl \
    --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).