Warum erscheint kein Literaturverzeichnis? Arbeite mit Miktex und Texstudio.
\documentclass{book}
\usepackage[ngerman]{babel}
\usepackage[backend=biber,style=alphabetic]{biblatex}
\addbibresource{literatur.bib}
\begin{document}
so nutzt man Literaturverweise \cite{abc123}.
\printbibliography
das ist die Fehlermeldung:
Prozess gestartet: bibtex.exe "document"
This is BibTeX, Version 0.99d (MiKTeX 21.1)
The top-level auxiliary file: document.aux
I found no \citation commands---while reading file document.aux
I found no \bibdata command---while reading file document.aux
I found no \bibstyle command---while reading file document.aux
(There were 3 error messages)
Prozess endete mit Fehler(n)
\end{document}