- I am using
\citeauthorfrom the packagebiblatexto print the author names of a publication. - I want that
\citeauthorprints ALL names (only be limited bymaxbibnamesand not bymaxcitenames. - Is there a clean way to do that?
- I am flexible regarding the details (e. g. incl. or excluding the given names).
\documentclass{article}
\usepackage[maxcitenames = 2, maxbibnames = 10]{biblatex}
% See https://ctan.org/tex-archive/macros/latex/contrib/biblatex/doc/examples
\addbibresource{biblatex-examples.bib}
\begin{document}
\begin{description}
\item[cite] \textcite{padhye}
\item[citeauthor] \citeauthor{padhye}: Here, I need the full list (up to 'maxbibnames = 10') of authors as shown in the bibliography.
\end{description}
\printbibliography
\end{document}

![cite Padhye et al. [1]
citeauthor Padhye, Firoiu, and Towsley
cite Padhye et al. [1]
Jitendra Padhye, Victor Firoiu, and Don Towsley.](../../images/f28dcb0377309ca21f626e04e45dc7ef.webp)