Could someone please help me with an issue I am having getting references to work.
I wrote my thesis with everything being fine, but now with a move to a new country and some last minute corrections to perform, referencing has completely stopped working for me. I can't even get this to work with a very minimal MWE:
Code: Select all
\documentclass{article}
\usepackage{natbib}
\bibliographystyle{unsrtnat}
\begin{document}
Reference here: \cite{hodgkin1952quantitative}.
\bibliography{references}
\end{document}
Code: Select all
@article{hodgkin1952quantitative,
title={A quantitative description of membrane current and its application to conduction and excitation in nerve},
author={Hodgkin, Alan L and Huxley, Andrew F},
journal={The Journal of physiology},
volume={117},
number={4},
pages={500--544},
year={1952},
publisher={Wiley Online Library}
}
I have added the log (or what I think is the log - the text file latex creates and places into the working directory), hopefully giving some answers.
If anyone could help with this I would be very grateful. I need to resubmit my thesis and time is slowly disappearing



I am currently using MiKTeX and the TeXworks interface, but this problem still persists with texmaker.
Apologies if this is something very simple. I'm a bit lost on the issue.
Thanks in advance. Please let me know if any more information is required.
Tim