After starting to use biblatex library from bibtex files can not be compiled any more.
Here is my tex file:
\documentclass{article}
\usepackage[style=authortitle-icomp,natbib=true,sortcites=true, block=space]{biblatex}
\bibliography{item}
\begin{document}
Lorem\footcite{helbing_stochastic_1996} ipsum dolor sit amet, consectetur adipiscing elit.
\printbibliography[title=Works Cited] %(5)
\end{document}}
And here is my bibliography file:
@article{helbing_stochastic_1996,
title = {A stochastic behavioral model and a ‘microscopic’foundation of evolutionary game theory},
volume = {40},
number = {2},
journal = {Theory and decision},
author = {Helbing, D.},
year = {1996},
pages = {149–179}
}
Footnote citation is very important for me so using biblatex is essential.