Paul A. Rubin wrote: > Thanks much. �This *almost* works. �The only problem is that it > capitalizes the "and" connecting multiple authors, whereas the journal > capitalizes the authors' names but not the conjunction <sigh>
Search for the Function bbl.and and try a MakeLowercase
FUNCTION {bbl.and}
{ \MakeLowercase{and} }
or so.
J�rgen.
