Search found 2 matches

by Corvus
Wed May 04, 2011 10:28 am
Forum: General
Topic: No output refreshment after including certain packages
Replies: 2
Views: 1773

Re: No output refreshment after including certain packages

It's a class that has been written for our use by our lecturers, which is silly because it causes more problems than it fixes.

I have worked out what was causing my issues, I had to go into the miktex options and turn auto-update to yes, and then run texniccenter as an admin.

It can then download ...
by Corvus
Tue May 03, 2011 10:59 pm
Forum: General
Topic: No output refreshment after including certain packages
Replies: 2
Views: 1773

No output refreshment after including certain packages

Hi guys.

I have the following:

\documentclass{custom}

%\usepackage{graphicx}
%\usepackage{natbib}
%\setcitestyle{authoryear,round,semicolon,aysep={ }}

\begin{document}
hi2
\bibliographystyle{plainnat}
\bibliography{final}
\end{document}

Which will compile with no trouble at all.
If I ...