編集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}
何が起こっているのか何かヒントはありますか?