BibTeX, biblatex and biberone comma too much in reference

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
rick1980
Posts: 9
Joined: Tue Nov 03, 2009 6:42 pm

one comma too much in reference

Post by rick1980 »

Hi,

I'm my references (in the text) seem to have a comma to much. Thats how the reference looks like in the text:

bla bla bla (Berrar, Stahl, Silva, Rodrigues, & Brito, 2005).

Well the comma after Rodrigues is surely not supposed to be there.

Thats how I include my references in the text:

\cite{berrar_towards_2005}

and thats how I append the list of references to the document:

\include{appendices/appendixA}
\include{appendices/appendixB}

and thats the bibtex entry for the concerning reference:

Code: Select all

@article{berrar_towards_2005,
	title = {Towards Data Warehousing and Mining of Protein Unfolding Simulation Data},
	volume = {19},
	journal = {Journal of Clinical Monitoring and Computing},
	author = {Daniel Berrar and Frederic Stahl and C S Goncalves Silva and J R Rodrigues and R M M Brito},
	year = {2005},
	pages = {307–317},
	annote = {check if candidas name is correct}
},
Thanks for your help!

Rick

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply