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: How to use Bibtex!
Date: Fri, 07 Jan 2000 13:25:05 +0000 (GMT)	[thread overview]
Message-ID: <14453.59697.899317.342001@PC709.wkap.nl> (raw)
In-Reply-To: <16A122A0499@rs411.rechten.rug.nl>

    Roelof> I just can't get bibtex to work in context. I probably am
    Roelof> a bit lazy (command-wise) being used to the latex
    Roelof> bibtex. Can anyone tell me what to include in my file to
    Roelof> get bibtex to run in context. I've got Taco's manual, but
    Roelof> fail to understand it completely.  Or can it only be used
    Roelof> with Texexec and not in 4Tex5.0 for windows.

No, it should work without texexec. Try something like this as input
(this example really should work, xampl.bib should be on your system 
somewhere):

%% testbib.tex
\usemodule[bib]
\setuppublications[database={xampl}]
\starttext
..........\cite[article-full] .........
.........\cite[author][manual-full]...
...\cite[book-minimal,book-full,whole-set].......
...............................

\completepublications
\stoptext
%%EOF

Now run context as follows:

> cont-en testbib
> bibtex testbib
> cont-en testbib

If it still doesn't work, please try to explain what is going wrong.

greetings, taco


  reply	other threads:[~2000-01-07 13:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-07 10:59 Roelof de Jong
2000-01-07 13:25 ` Taco Hoekwater [this message]
2000-01-19 10:48 Roelof de Jong
2000-01-19 13:14 ` 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=14453.59697.899317.342001@PC709.wkap.nl \
    --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).