TransWikia.com

Multiple Authors in bibliography separated only by comma

TeX - LaTeX Asked by tcp91 on March 29, 2021

I have the following problem.
I would like to have the authors of the book like in the picture. Last name, first name, last name, first name, last name, first name.
enter image description here
With Overleaf however I only manage to get this output:
enter image description here

My code is following:

documentclass[12pt,a4paper]{article}
usepackage[german]{babel}
usepackage[style=authortitle]{biblatex}
usepackage{filecontents}
addbibresource{myreferences.bib}
begin{document}
This is an example text footcite[Vgl.][S.33]{bilanz}
printbibliography
begin{filecontents}{myreferences.bib}
@book{bilanz,
address = {D{"u}sseldorf},
author = {Baetge, J{"o}rg and Kirsch, Hans-J{"u}rgen and Thiele, Stefan},
edition = {15},
publisher = {IDW},
title = {Bilanzen},
year = {2019}}
end{filecontents}
end{document}

Thanks for your help and have a very pleasant weekend.

One Answer

To sum up the comments here is something I believe serves as an answer:

documentclass[12pt,a4paper]{article}
usepackage[german]{babel}
usepackage[backend=biber,style=authoryear,giveninits=true,sorting=nyt,]{biblatex}
usepackage{filecontents}

AtBeginBibliography{%
  renewcommand*{finalnamedelim}{%
    ifnumgreater{value{liststop}}{2}{finalandcomma}{}%
    addspace&space}%
}

letorigparenciteparencite
renewrobustcmd{parencite}{%
  AtNextCite{%
  renewcommand*{finalnamedelim}{%
    ifnumgreater{value{liststop}}{2}{finalandcomma}{}%
    addspace&space}%
  }%
  origparencite%
}

DeclareNameAlias{sortname}{family-given}

begin{filecontents}{myreferences.bib}
@book{bilanz,
address = {D{"u}sseldorf},
author = {Baetge, J{"o}rg and Kirsch, Hans-J{"u}rgen and Thiele, Stefan},
edition = {(15 Ausg.)},
publisher = {IDW},
title = {Bilanzen},
year = {2019}}
end{filecontents}
addbibresource{myreferences.bib}

begin{document}
This is an example text footcite[Vgl.][S.33]{bilanz}
printbibliography
end{document}

The output:

enter image description here

Answered by Luis Turcio on March 29, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP