Hallo arbeite seit kurzem mit Miktex und Texstudio. mein Tex-file ist:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{biblatex}
\addbibresource{literatur.bib}
\begin{document}
Let's cite! The Einstein's journal paper \cite{einstein} and the Dirac's
book \cite{dirac} are physics related items.
\printbibliography
\end{document}Dabei erscheint am Ende folgende 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)
Das kompilierte file zeigt nur den Satz im Document und sonst nichts.
