Hi there, in the attempt to stich together a simple bibliography, I don's seem to get as far as I'd have liked. The layout of the bibliography should look something like this: +----------------------------------------------+ | authora: title of book | | authorb, F.: opus magnum with a rather | | title and ref. details | | authord, authore: another important book | +----------------------------------------------+ To achieve this, I'm thinking of something along these lines: \definedescription[bibitem][ location=left,align=flushright,sample={ longest author},width=broad, command=\BibCommand] \def\BibCommand#1{#1:} \starttext \chapter{Bibliography} \bibitem{authora} title of book \bibitem{authorb, F.} opus magnum with a rather title and ref. details \bibitem{authord, authore} another important book \stoptext Alas, it doesn't work out as expected. Can someone give a few hints towards a working example? It should compile under MkII too. Thanks for your help, Elias