Tagged Questions
9
votes
3answers
6k views
pdfTeX error (font expansion): auto expansion is only possible with scalable
I'm using a custom class file.
My main file looks like this:
\documentclass[12pt,a4paper]{thesis}
\begin{document}
\frontmatter
\pagenumbering{alph}
\pagenumbering{roman}
\clearpage
...