0

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:

enter image description here

darthbith
  • 7,384
Karlo
  • 3,257

0 Answers0