Ich nutze den Stil biblatex-dw. Mit den Optionen namefont=smallcs,firstnamefont=smallcs habe ich zwar die Kapitälchen für den Anfang des Eintrags, dafür aber auch für alle anderen Namen. Wie kann ich das für die hinteren Namen vermeiden?
\documentclass[a4paper, 12pt]{article} \usepackage[utf8]{inputenc} \usepackage[LGR,T1]{fontenc} \usepackage[ngerman]{babel} \usepackage[babel,german=quotes]{csquotes} \usepackage[style=authortitle-dw,backend=biber,namefont=smallcs,firstnamefont=smallcs]{biblatex} \begin{filecontents}[force]{\jobname.bib} @incollection{Backhaus.2000, author = {Backhaus, Knut}, title = {Evangelium als Lebensraum. Christologie und Ethik bei Paulus}, pages = {9--31}, editor = {Schnelle, Udo and Söding, Thomas}, booktitle = {Paulinische Christologie}, year = {2000}, address = {Göttingen}, } @book{Apuleius.2012, abstract = {}, author = {Apuleius}, address = {Cambridge, MA}, date = {2012}, title = {Der goldene Esel. Metamorphosen Libri XI}, editora = {Brandt, Edward and Ehlers, Wilhelm}, editoratype = {translator}, series = {Sammlung Tusculum} } @inbook{Collins.1984d, abstract = {}, author = {Collins, Raymond F.}, title = {„The Church of the Thessalonians“}, pages = {285--298}, booktitle = {Studies on the First Letter to the Thessalonians}, date = {1984}, address = {Leuven}, number = {66}, bookauthor = {Collins, Raymond F.}, series = {BETL} } \end{filecontents} \addbibresource{\jobname.bib} \begin{document} Hier werden die Beispielwerke zitiert.\footcites{Apuleius.2012}{Backhaus.2000}{Collins.1984d} Wie die Kapitälchen in der Fußnote sind passt so und Bedarf keiner Anpassung \printbibliography \end{document}