Search found 2 matches

by paeschli
Wed May 04, 2016 5:42 pm
Forum: BibTeX, biblatex and biber
Topic: BibTeX: replace ", and" with ","
Replies: 3
Views: 9480

BibTeX: replace ", and" with ","

LaTeX code: \documentclass[a4paper, 12pt, oneside]{article}


\usepackage[dutch]{babel}
\usepackage[ansinew]{inputenc}
\begin{document}
\cite{ref4}


\bibliographystyle{unsrt}

\bibliography{bibli}
\end{document}
BiBTeX code: @article{ref4,
author={Gad, Haidy A. AND El-Ahmady, Sherweit H. AND ...
by paeschli
Mon Apr 18, 2016 5:20 pm
Forum: BibTeX, biblatex and biber
Topic: BibTeX: replace ", and" with ","
Replies: 3
Views: 9480

BibTeX: replace ", and" with ","

Hello everyone,

First experience with BibTeX, I don't quite understand how it handles multiple authors. I separate the authors with AND, but in my output there's a comma followed by "and". I only want to have the comma but don't want it to be followed by the word "and".

http://image.noelshack.com ...