\documentclass[ngerman]{scrbook} \usepackage[utf8]{inputenc} \usepackage[ngerman]{babel} \usepackage{csquotes} \usepackage[ backend=biber, style=LNI ]{biblatex} \usepackage{hyperref} \addbibresource{LNI-examples.bib} \begin{document} \chapter{Zitierungen} Verlinkte Autoren: Drei und mehr: \citeauthor{ABC01} \cite{ABC01}. Zwei Autoren: \citeauthor{AB00} \cite{AB00} und \citeauthor{vdAW2013} \cite{vdAW2013}. Ein Autor: \citeauthor{Ez10} \cite{Ez10} und \citeauthor{Go10} \cite{Go10}. Am Satzanfang: \Citeauthor{Go10}. \nocite{*} \printbibliography \end{document}