I have some minor problems with the bibliography module.
1. A space after \cite[...] disappears in the output.
2. My document is split up in products. The bbl file generated by bibtex is
not read in automatically, whereas it is read in automatically for a test
document which is not split up. I can \input the bbl file, of course, but
it should be loaded implicitly, I think.
3. I do not get an entry in the table of contents for the reference list.
Intentionally?
4. \setupbibtex ignores sort=author and writes \bibstyle{cont-no} to the
aux file. sort=title and sort=short work.
5. When I say \cite[Meier01,Meier01a], expecting the result (Meier et al.,
2001, Meier et al., 2001a), I only get
the second reference: (Meier et al., 2001a). If I take care of different
article names by editing a={MeierA et~al.} in the bbl file, I get them both
with the same \cite command.
Eckhart