On Fri, 24 Apr 2009, Kevin D. Robbins wrote:

With the following versions of ConTeXt, LuaTeX, and t-bib:

MTXrun | main context file:
/opt/context/beta/tex/texmf-context/tex/context/base/context.tex
MTXrun | current version: 2009.04.21 16:11
This is LuaTeX, Version beta-0.40.0-2009042222 luatex.web >= v2344
%D \module
%D   [       file=t-bib,
%D        version=2009.04.17,

Using the following in a file named bibliography.bib:

@TechReport{WhoAmI2009,
 author =       {Who Am I},
 title =        {Foo, Bar, Baz},
 institution =  {Boo},
 year =         {2009},
 number =       {42},
 month =        {January}
}

With the following as my test file:

\usemodule[bib]
\usemodule[bibltx]
\setupbibtex[database=./bibliography]
\setuppublications[sorttype=bbl,criterium=all]
\setuppublications[numbering=short,autohang=yes,refcommand=key]

\starttext
\input knuth \cite[WhoAmI2009]
\stoptext

This works fine here. I have the same setup as you have.

Does doing a

context --purge --all

and then recompiling help?
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to