Problem: Datei wurde beim Scannen beendet. Verwendung von \field. \begin{document} beim Kompilieren

Problem: Datei wurde beim Scannen beendet. Verwendung von \field. \begin{document} beim Kompilieren

BEARBEITEN 1: Hierist der vollständige Code, einschließlich .texDateien .bib. Irgendwelche Hilfe?

Ich versuche, einen Artikel zu schreiben, aber ich kompiliere den ganzen Tag und immer geht alles schief. Ich habe einen kleinen Code für das Beispiel geschrieben:

\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[
backend=biber,
citestyle=authoryear-comp,
bibstyle=authoryear,        
giveninits=true,            
maxcitenames=2,             
uniquelist=false,           
sorting=ynt,                
sortcites,                  
maxbibnames=99, 
url=false,
eprint=false,
dashed=false,               
]{biblatex}
\addbibresource{References.bib}
\begin{document} 
\section{Introdução}
\parencite{Paerl2009}
\parencite{Pantelic2013}
\end{document}

Die Referenzen sind gespeichert imReferences.bib

@Article{Paerl2009,
  author   = {Paerl, H. W. and Huisman, J.},
  title    = {Climate change: a catalyst for global expansion of harmful cyanobacterial blooms},
  journal  = {Environmental Microbiology Reports},
  year     = {2009},
}

@Article{Pantelic2013,
  author   = {Pantelic, D. and Svircev, Z. and Simeunovic, J. and Vidovic, M. and Trajkovic, I.},
  title    = {Cyanotoxins: characteristics, production and degradation routes in drinking water treatment with reference to the situation in {Serbia}},
  journal  = {Chemosphere},
  year     = {2013},
}

Immer wenn ich kompiliere, bekomme ich

Datei endete beim Scannen Verwendung von\field. \begin{document}

Irgendein Hinweis, was los ist?

verwandte Informationen