One more thing:
Code: Select all
\begin{filecontents}{men.bib}
@INCOLLECTION{Askin2013,
author = {Kelly Askin},
title = {Treatment of Sexual Violence in Armed Conflicts: A Historical Perspective and the Way Forward},
booktitle = {Sexual Violence as an International Crime: Interdisciplinary Approaches},
year = {2013},
editor = {Anne-Marie de Brouwer and Charlotte Ku and Renée Römkens and Larissa van den Herik},
pages = {19--55},
address = {Cambridge},
shorttitle = {2013},
keywords = {book},
publisher = {Intersentia}
}
\end{filecontents}
\documentclass[a4paper,12pt,bibtotoc,british]{scrartcl}
\usepackage[british]{babel}
\usepackage[utf8]{inputenc} %Zeichencodierung
\usepackage[style=english]{csquotes} % ermöglicht Befehl \enquote{} für Zitate
\usepackage[T1]{fontenc}
\usepackage{lmodern} % schönere Schrift
\addto\captionsbritish{\renewcommand{\contentsname}{Table of Contents}} %Titel des TOC
\usepackage[backend=biber,citestyle=verbose-ibid,bibstyle=verbose,dashed=false,block=none, alldates=long,pagetracker=true,citetracker=constrict,ibidtracker=constrict]{biblatex}
\nocite{*} %Ausgabe aller Bibliographieeinträge
\bibliography{men}%
\renewcommand*{\finalnamedelim}{\addspace\&\addspace } %mehrere Autoren/Editoren
\renewcommand*{\labelnamepunct}{\addcomma\space }
\DeclareNameAlias{sortname}{last-first}
\begin{document}
something\footcite{Askin2013}
\newpage
\printbibliography
\end{document}
Thanks a lot!
Cheers,
Buchling