I've been writing a thesis for months now with no problems in packages, bibtex or anything. Yesterday I tried saving my document under a new name and compiling it. No auxiliary files were created (no .aux, .blg, .bbl, .toc, .lof, .lot, .log, etc.). I have tried creating a test file to see if I could figure out where the issue started with something like:
Code: Select all
\documentclass{article}
\begin{document}
this is a test.\cite{test}
\bibliographystyle{plain}
\bibliography{testbib}
\end{document}
Any help would be greatly appreciated.
Thanks in advance,
Colm