I have a bibliography file called sources_robot.bib containing an entry with cite key Dwengoboard. When I want to cite it in a Latex file, this does not work. Can somebody suggest where the problem might be?
MWE:
\documentclass[a4paper,12pt]{article}
\usepackage[nottoc]{tocbibind}
\usepackage{natbib}
\begin{document}
\tableofcontents
\section{Test}
Test \cite{Dwengoboard}
\bibliographystyle{abbrvurl}
\addcontentsline{toc}{section}{\refname}\bibliography{sources_robot}
\end{document}
Outcome:
