ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
Subject: Re: BibTeX question: How to make the .aux file
Date: Mon, 27 Oct 2003 20:52:18 +0100	[thread overview]
Message-ID: <20031027195218.GA5158@physik.fu-berlin.de> (raw)
In-Reply-To: <9919FB54-08B0-11D8-9ECC-000A95788FFC@indiana.edu>

Hello,

On Mon, Oct 27, 2003 at 02:05:58PM -0500, Matthias Weber wrote:
> I have reached the stage that I would like to include citations into my 
> book, and I found the bib module at
> http://www.elvenkind.com/~taco/bibmod/
I think this is the latest publicly available version. (I know that
Taco has an improved beta version though.)

> I think I added the correct commands to my source files, and I have 
> even figured out that I should put the files in the bib module distribution
> near my own tex files.
Well, I've put them into $HOME/texmf/{tex/context/user,bibtex/bst}, as
long as TeX can find them any place is ok.

> Now, when TeXing the whole thing, I get a dummy citation at the right 
> place, but no bibliography at the end. This is no miracle, as I didn't 
> see bibtex running. From my LaTex prehistory, I would have expected 
> that an .aux file is generated, which isn't.
This should be the case: tex should create a \jobname.aux which simply
causes a 'dump' of the the whole .bib file into .bbl

> I understand that I have to run bibtex manually at some point, too.
Yes, texexec --once file; bibtex file.aux; texexec file
should work.

> My layout file contains
> \setuppublications[numbering=yes,sort=author]
This chooses the bst file ... 

> \setupbibtex[database=minbib,sort=author]
And this should create a .aux file which asks for minbib.bib.


Sorry, I don't have any hint other than: It works for me:
 \usemodule[bib]
 \setupbibtex[database=thesis] % use thesis.bib
 \setuppublications[alternative=aps] % you don't have the 'aps' choice, yet
 \setuppublications[numbering=yes,refcommand=num]

Tobias

  reply	other threads:[~2003-10-27 19:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-27 15:41 new tex toy Hans Hagen
2003-10-27 19:05 ` BibTeX question: How to make the .aux file Matthias Weber
2003-10-27 19:52   ` Tobias Burnus [this message]
2003-10-28 10:15     ` Taco Hoekwater
2003-10-28 10:36       ` Martin Moncrieffe
     [not found]       ` <DA2B2D4D-0932-11D8-8A6C-0003930E01F4@cam.ac.uk>
     [not found]         ` <20031028121723.0ccfc0ca.taco@elvenkind.com>
     [not found]           ` <234F9695-1217-11D8-AAA5-0003930E01F4@cam.ac.uk>
2003-11-19  9:48             ` ANN: updated bib-module Taco Hoekwater
2003-10-29  1:35     ` BibTeX question: How to make the .aux file (solved) Matthias Weber
2003-12-24  9:44 ` new tex toy & new manual Nigel King
2003-12-24 10:19   ` Hans Hagen
2003-12-24 10:46     ` Nigel King

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=20031027195218.GA5158@physik.fu-berlin.de \
    --to=tobias.burnus@physik.fu-berlin.de \
    --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).