(1) Currently, if the editor is the primary field, it is inserting an extra space after the "(ed.)".
(2) In collections, there is no comma after "(ed.)"
In other words, I'm currently getting:
Code: Select all
\bibitem[{Banerjee \protect\BIBand{} Pedersen(2003)}]{banerjee2003}
Banerjee, Satanjeev \protect\BIBand{} Ted Pedersen. 2003.
\newblock The design, implementation, and use of the {N}gram {S}tatistic
{P}ackage.
\newblock In Alexander Gelbukh [b](ed.) [/b]\emph{Computational Linguistics and
Intelligent Text Processing: {P}roceedings of the 4th {I}nternational
{C}onference ({CICL}ing 2003, {M}exico {C}ity, {M}exico, {F}ebruary 16-22,
2003)}, 370--381. New York: Springer-Verlag.
...
\bibitem[{Klaeber(1950)}]{klaeber1950}
Klaeber, Frederick [b](ed.) .[/b] 1950.
\newblock \emph{Beowulf and the {F}ight at {F}innsburg}.
\newblock Boston: D.C. Heath, 3rd edn.
Code: Select all
\bibitem[{Banerjee \protect\BIBand{} Pedersen(2003)}]{banerjee2003}
Banerjee, Satanjeev \protect\BIBand{} Ted Pedersen. 2003.
\newblock The design, implementation, and use of the {N}gram {S}tatistic
{P}ackage.
\newblock In Alexander Gelbukh [b](ed.), [/b]\emph{Computational Linguistics and
Intelligent Text Processing: {P}roceedings of the 4th {I}nternational
{C}onference ({CICL}ing 2003, {M}exico {C}ity, {M}exico, {F}ebruary 16-22,
2003)}, 370--381. New York: Springer-Verlag.
...
\bibitem[{Klaeber(1950)}]{klaeber1950}
Klaeber, Frederick [b](ed.).[/b] 1950.
\newblock \emph{Beowulf and the {F}ight at {F}innsburg}.
\newblock Boston: D.C. Heath, 3rd edn.
Thanks