this is my first question in this forum ever, after having a lot of problems solved by your solutions

Code: Select all
\documentclass{scrbook}
\usepackage[utf8]{inputenc}
\usepackage[
backend=biber,
style=alphabetic,
sorting=anyt,
minalphanames=1,
maxalphanames=1,
]{biblatex}
\addbibresource{MWE.bib}
\begin{document}
This is an example text with an inline citation of \textcite{Hounsfield.1973}.
\printbibliography
\end{document}
After spending hours of searching I did not come up with a working solution for biblatex yet. So I kindly ask for your support
