Hi all,

the  bibtex is not worked  in latest beta (MkIV)

example:

test.tex

\setupbibtex[database=ref]

\starttext

The word form \cite[art].

\title{Ref}

\placepublications[criterium=all]

\stoptext


ref.bib


@article{art,
author = "author",
title = "test",
journal = "test",
volume = "25",
number = "7",
pages = "95-98",
year = "2005"
}


--
Best regards,

Huang Ze