Ich möchte im Haupttext meines Dokuments zuerst eine Referenz mit allen Autorennamen unter Verwendung von \fullcite{myref} drucken und in einem späteren Abschnitt nur Autor et al. \citeauthor{myref}, im Referenzteil wiederum nur im Stil „Autor et al.“ \fullcite{} funktioniert wie erwartet, aber \citeauthor{myref} gibt mir auch eine vollständige Liste, ich möchte hier nur den 1. Autor... Kann ich die Einstellungen zur Laufzeit ändern?
Hauptcode Code
\usepackage[
backend=biber, %use modern biber instead of old natbib
maxcitenames=30, %when using \textcite, at max print 2 author names
mincitenames=1, %when using \textcite and we have many authors (et al), print 1 author name then et al
minbibnames=1, %in bibliography, when there are many authors (et al), print 1 author name then et al
maxbibnames=4 %in bibliography, print at maximum 6 author names
]{biblatex}