At 09:35 10.07.2001 +0000, you wrote:
>>I have some minor problems with the bibliography module.
>>1. A space after \cite[...] disappears in the output.
>
>Strange. This keeps popping up and I can't find a reason in the source.
>Try \cite[authoryears][...] please to see if this makes the proble go away.
Works.
>>4. \setupbibtex ignores sort=author and writes \bibstyle{cont-no} to the
>>aux file. sort=title and sort=short work.
>
>Try sort=auteur, please. This is one area where I have a conflict with the
>multi-lingual interface, so perhaps the dutch keyword will help.
No change, still \bibstlye{cont-no} in the aux file...
>>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.
>
>This is a feature (but with a bug in it). It should have create the text
>(Meier et al., 2001, 2001a). To disable the compression, use
>
>\setupcite[authoryears][compress=no]
>
>I'll try to look at the bug.
I suspected such a feature, which is of course desirable. Unfortunately, i
can't disable it, \setupcite[authoryears][compress=no] has no effect,
neither has \setupcite[][compress=no]. I have looked at input and output
again, and it is (Meier et al., 2001a) instead of (Meier et al., 2001a,
2001b), what means that the second publication is omitted, not the first
one, if this helps you.
Good luck in bug-tracing and thanks again.
Eckhart