I seem to have a weird problem, which should be simple enough but I don't seem to find a solution for.
Reproducible example:
Code: Select all
\documentclass[12pt,a4paper]{article}
\begin{document}
\cite{Aiton1985} shows that...
\bibliography{test}
\end{document}
Code: Select all
@BOOK{Aiton1985,
author = {Aiton, Eric J.},
title = {Leibniz: a biography},
year = {1985},
address = {UK},
publisher = {Hilger}
}
Code: Select all
LaTeX Warning: There were undefined references.
Thanks in advance,
Adrian