I have the following:
Code: Select all
\documentclass{custom}
%\usepackage{graphicx}
%\usepackage{natbib}
%\setcitestyle{authoryear,round,semicolon,aysep={ }}
\begin{document}
hi2
\bibliographystyle{plainnat}
\bibliography{final}
\end{document}
If I uncomment any of the usepackage lines, and click 'build and view' it will show me a pdf of the previous version.
For example, I could change 'hi2' to say 'hi' but the new version would not be written. No errors are thrown, it just never makes the changes.
I hope it's just a silly mistake or a dependency somewhere.
If it matters: Using miktex 2.9 the custom class is present in the 'base' folder in miktex, but it didn't pick up that it was present until I put it in the root folder of the .tex file. I am using TexnicCenter.
Thanks in advance.