BibTeX, biblatex and biberComma separated List of Names in BibTeX Database File

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
dom79
Posts: 1
Joined: Thu Jul 26, 2012 3:31 pm

Comma separated List of Names in BibTeX Database File

Post by dom79 »

Hello,

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 = ...
}
Last edited by localghost on Thu Jul 26, 2012 4:57 pm, edited 2 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Comma separated List of Names in BibTeX Database File

Post by localghost »

Use the "Search & Replace" function of your editor and skip the places manually where the comma shall be kept.


Best regards and welcome to the board
Thorsten
Post Reply