Biblatex: Nachname, Vorname
Ist es möglich, die Autor*innen in Biblatex im Format "Nachname, Vorname" anzeigen zu lassen? Sortiert werden soll natürlich weiterhin nach Nachname.
Mein Code:
`\usepackage[backend=bibtex, \usepackage[backend=bibtex, style=numeric,hyperref=true,block=space]{biblatex}
\bibliography{Literatur}
\renewcommand*{\multinamedelim}{\addcomma\space}
\renewcommand*{\finalnamedelim}{\addspace\&\space}
\begin{document}
\cite{cuffey}
\cite{duval}
\newpage
\printbibliography[heading=bibintoc, title={Literaturverzeichnis}]
\end{document}`
\end{document}
mit .bib-Eintrag
@BOOK{cuffey,
AUTHOR = {Cuffey, K. M. AND Paterson, W. S. B.},
YEAR = {2010},
TITLE = {The Physics of Glaciers},
EDITION = {4. Auflage},
ISBN = {978-0-080-91912-6},
PUBLISHER = {Butterworth-Heinemann},
ADDRESS = {Boston, Oxford},
}
@article{duval,
title={Rate controlling processes in the creep of polar glacier ice},
author={Pimienta, P. and Duval, P.},
journal={Le Journal de Physique Colloques},
volume={48},
number={C1},
pages={C1--243},
year={1987},
publisher={EDP Sciences},
DOI={10.1051/jphyscol:1987134},
}