I have been using Latex for a while and all of a sudden an error is coming up when I try to compile any of my Latex stuff. This is the error that comes up:
Code: Select all
! LaTeX Error: File `.cls' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)
Enter file name:
I don't know what file they are looking for. I am currently trying to create a CV, these are my first few lines:
Code: Select all
\documentclass[10pt,a4paper]{}
\include{structure}
\hyphenation{Some-long-word}
\begin{document}
I don't think it's something to do with this though, since other .tex I have is not compiling either.
Any ideas?
Thanks
