I happen to have BibTeX files where the list of authors is separated by commas (arrhhh), whereas I'd like to have the author list separated by "and" (for obvious reasons). Is there any quick solution for that?
Examples shown below:
Code: Select all
@ARTICLE{Adushkin2006,
author = {Adushkin, V.V., Spivak, A.A., Kishkina, S.B., Loktev, D.N., Solov'ev,
S.P.},
title = ...
}
@ARTICLE{Arefiev2006b,
author = {Arefiev, S.S.a , Rogozhin, E.A.a , Aptekman, Zh.Ya.a , Bykova, V.V.a
, Dorbath, C.b },
title = ...
}