Hi! I'm fighting with the bibliography for hours now. I've a bibtex file with the entries: "bibliografia.bib", and I want to list ALL its entries (whether cited or not). Easy enough: ---- \setupbibtex[database=bibliografia] \setuppublications[alternative=num,criterium=all,numbering=yes] \starttext % Thesis [...] \placepublications[sorttype=bbl,criterium=all] \stoptext ---- I've incorporated a style for typesetting urls stealed from contextgarden: http://wiki.contextgarden.net/Bibliography Except for the fact that with MKIV (context command) I see only the cited ones. With MKII (texexec) I see all the entries but there isn't any url despite the \setuppublicationlayout command. I would love to have a bibliography chapter with all the entries (cited or not), some of them must display an acrive URL, and possibly filed by type in different sections. For example: ---- \chapter{Bibliography} \section{Books} % books entries \section{Presentations} % Audio-video presentations references with the internet URL \section{Articles and Papers} % Entries with an active URL ---- Is it possible? I've read "bibmod-doc.pdf" without much success. -- Manuel P.