Rudi van der Linde wrote: > Is it possible to remove the comma before the 'and', i.e. the output > should be > Yao, Smith and Johnson.
You have to edit the bst file (or create a new one with "latex makebst",
which is very straightforward).
If you are using plainnat.bst, save a copy "myplainnat.bst" and edit the
lines 216 and 302, changing
{ "," * }
to
{ "" * }
Don't forget to run texhash afterwards.
J�rgen.
