Hi everyone,
When I try to compile template.tex without making any changes i get this error:
line 249: pdfTeX error (font expansion): auto expansion is only possible with scalable fonts. \printcopyright
That can be solved using
\usepackage{lmodern}
But then i get a new error:
line 242: File ended while scanning use of \@writefile. \begin{document}
I already tried deleting .aux files but without sucess.
Specs_
unlthesis 3.1.4
MiKTeX 2.9 64-bit
TexStudio 2.11.2
Windows 10 64-bit
Thank you