Fehlermeldung Biber
Verfasst: Sa 18. Dez 2021, 22:39
Hallo Leute,
habe bezüglich des Literaturverzeichnisses mit
\usepackage{babelbib}
\bibliographystyle{babplain-fl}
als Minimalbespiel
mit der .bib-Datei
folgende Fehlermeldung beim Biber-Durchlauf.
INFO - This is Biber 2.16
INFO - Logfile is 'EA3_Aufgabe3.blg'
ERROR - Cannot find 'EA3_Aufgabe3.bcf'!
INFO - ERRORS: 1
Was kann ich tun?
Gruß Hannah
habe bezüglich des Literaturverzeichnisses mit
\usepackage{babelbib}
\bibliographystyle{babplain-fl}
als Minimalbespiel
\documentclass[10pt,a4paper]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage[ngerman]{babel} \usepackage{microtype} \usepackage{csquotes} \usepackage{hologo} \usepackage{longtable, array} \usepackage{babelbib} \bibliographystyle{babplain-fl} \begin{document} \section{Zitieren} Zitieren Sie aus [tolkien] und nicht aus [alfred]. \bibliography{myliterature} \end{document}
mit der .bib-Datei
% Encoding: UTF-8 @Book{alfred, author = {Alfred V. Aho, Monica S. Lam, Ravi Sethi und Jeffrey D. Ullmann:}, editor = {unbekannt}, publisher = {Addison-Wesley, Boston}, title = {\textit{Compilers: Principle, Techniques, and Tools. Addison-Wesley,}}, year = {2006}, readstatus = {read}, } @Book{tolkien, author = {Tolkien John R. R.}, editor = {Allen \& Unwin}, publisher = {Allen \& Unwin, London}, title = {\textit{The Lord of the Rings.}}, year = {1954}, } @Comment{jabref-meta: databaseType:bibtex;}
INFO - This is Biber 2.16
INFO - Logfile is 'EA3_Aufgabe3.blg'
ERROR - Cannot find 'EA3_Aufgabe3.bcf'!
INFO - ERRORS: 1
Was kann ich tun?
Gruß Hannah