Hi All! Have an issue getting \cite command working properly. Working on a undergraduate thesis in physics and the bibliography. I have read in bibmod-doc.pdf(Tacos manual) and also on the wiki about how to make this work properly. So I did set this in the preamble of my document. It sees the referenser.bib and a proper *.bbl file is produced. \usemodule [bib] \usemodule[bibltx] \setupbibtex[database=referenser] \setuppublications [alternative=aps,criterium=all] \starttext \cite[ref] does only display [1] as a result. \stoptext I tried \cite[authoryear][ref] but it gets some annoying results. Because i want the result be like this in the output Example: These statements has been declared by [authorlastname,(year)] Please give a code sample how to make this work! Thanks in advance! //Janneman