BibTeX, biblatex and biberHow to remove the comma and “, and” before last author

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
me_Amal
Posts: 3
Joined: Mon Dec 10, 2018 9:42 pm

How to remove the comma and “, and” before last author

Post by me_Amal »

Hello,
I'm use texstudio (.bib file)

package{cite}
\bibliographyStyles{unsrt}

How to remove the comma “, and” before last author?

Code: Select all

Y. Zhao, D. T. Dimitrov, H. Liu, and Y. Kuang
I want like this (without comma)

Code: Select all

Y. Zhao, D. T. Dimitrov, H. Liu and Y. Kuang

Recommended reading 2024:

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

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

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

How to remove the comma and “, and” before last author

Post by Johannes_B »

That comma is called an Oxford comma.

You have to modify a copy of the bst a file.
Please have a look at https://latex.org/forum/viewtopic.php?t=27327

Hopefully i left a meaningful comment in the file

Edit: I did not. Line 193 of the linked modified file shows the comma, line 201 used to include the and
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply