ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans van der Meer <hansm@science.uva.nl>
Subject: Re: bibmod
Date: Fri, 13 Jan 2006 12:52:19 +0100	[thread overview]
Message-ID: <558E5B4C-D5E3-41E8-A069-3E065196A10E@science.uva.nl> (raw)
In-Reply-To: <43C69BB2.7040008@elvenkind.com>

Although the setup below works, there is still another problem when  
the project setup is more involved.
The problem can now be described as follows:

\project setup with \products in subdirectories, no problem in  
finding environments higher up when texexec-ing.

Setup of bibtext database is done with \setupbibtex[literature] .
Directory structure is:
	project/                (containing \project-file, literature.bib  
and literature.bbl)
	project/xyz          (containing xyz \product-file)

Running job xyz.tex within project/xyz, produces xyz.aux, which is  
useless for bibtex; therefore I tried to use the bbl file directly  
and thought to find this in coding:
	\usepublications[literature] instead of \setupbibtex[literature]
putting this in an \environment at the \project level.

However, texexec-ing xyz in its subdirectory again does not find  
literature.bbl, the log file says:
	publications    : file literature.bbl not found, don't forget to run  
bibtex

But, it does find the bibtex database literature.bbl when I put the  
\product files in the same directory as the \product; correctly saying:
	publications    : loading database from literature.bbl

It looks as if the bib-module does not look higher up in the  
directory hierarchy as is done for other elements in an \environment.
I would expect that from the project structure, being the main  
benefit of this structuring.

Is this really a problem in the bib-module or am I overseeing something.

yours sincerely,
dr. H. van der Meer



On Jan 12, 2006, at 19:10, Taco Hoekwater wrote:

> Hans van der Meer wrote:
>> \usemodule[bib]
>> \setupbibtex[database=syllabus]
>> \setuppublications[numbering=yes]
>
> Should have worked, AFAICT. Please try the attached
> minimal file. You should run:
>
>    texexec mini
>    bibtex mini
>    texexec mini

  parent reply	other threads:[~2006-01-13 11:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-12 16:49 bibmod Hans van der Meer
2006-01-12 18:10 ` bibmod Taco Hoekwater
2006-01-12 21:42   ` bibmod Hans van der Meer
2006-01-13 11:52   ` Hans van der Meer [this message]
2006-01-13 12:07     ` bibmod Taco Hoekwater
2006-01-13 14:21       ` bibmod Hans van der Meer
2006-01-12 19:13 ` Your format does not match the base files! Jilani Khaldi
2006-01-12 20:03   ` Hans Hagen
2006-01-12 20:07   ` 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=558E5B4C-D5E3-41E8-A069-3E065196A10E@science.uva.nl \
    --to=hansm@science.uva.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).