문제 \field 사용을 검색하는 동안 파일이 종료되었습니다. 컴파일 시 \begin{document}

문제 \field 사용을 검색하는 동안 파일이 종료되었습니다. 컴파일 시 \begin{document}

편집 1: 여기.tex및 파일을 포함한 전체 코드입니다 .bib. 도움이 필요하세요?

기사를 쓰려고 하는데 하루 종일 편집을 했는데 항상 모든 것이 잘못되었습니다. 예제를 위해 간단한 코드를 작성했습니다.

\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}

참조는 다음 위치에 저장됩니다.References.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},
}

컴파일할 때 항상 나는 얻는다.

사용을 검사하는 동안 파일이 종료되었습니다.\field. \begin{document}

무슨 일인지 힌트 좀 주실래요?

관련 정보