Émilien Tlapale wrote:
Hi!
I am new to ConTeXt and juste created my first document, however there seems to be a strange behaviour in the output. Indeed I see a lot of duplicated bibliography entries. Moreover using sort=author did not sort the list.
My document layout is as follows:
That did not help, we will need an actual small test file.
Best wishes, Taco Here comes too small context and bibtex files with the same problem, i.e. the bibliography
Taco Hoekwater wrote: lists every occurence of a bib entry, even if they were already listed. Best, Émilien \usemodule[bib] \setupbibtex[database=ctx-tx] \starttext \startbodymatter \chapter{Chapter X} \cite[bar] \cite[bar] \stopbodymatter \startappendices \chapter{Bibliography} \placepublications \stopappendices \stoptext @article{bar, author={Bar, K.}, title={Hello world}, journal={Super Smurfs}, year={1986} }