I am writing my dissertation and using a template my supervisor has given. I have TeXworks installed with MiKTeX 2.9. Everything was working fine and a PDF was being created. After closing the program and reopening without making any changes I get the following error,
! LaTeX Error: File `scrreprt.cls' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)
Enter file name:
Does anyone know how to resolve this?
So I tried a simple script as follows,
\documentclass{article}
\begin{document}
Hello universe! $2 = \sqrt{4}$
\end{document}
And the error coming up is an unknown package, I have directed the MiKTeX to the directory, unless I have done this wrong?
{}button in the edit window to format code entries. – Peter Jansson Feb 6 at 14:29\documentclass{...}and ending with\end{document}. – Martin Schröder Feb 6 at 14:35