I have this simple piece of code here:
\documentclass[11pt]{book}
\begin{document}
\tableofcontents
\clearpage
\section{Dummy section 1}
\section{Dummy section 2}
\end{document}
And every time I add \usepackage[greek]{babel} I get the following errors at the compiler:
("C:\Program Files (x86)\MiKTeX 2.9\tex\generic\babel\lgrcmr.fd")TFM file
C:\Users\stamatis\AppData\Local\MiKTeX\2.9\fonts/tfm/public/cbgreek \grxn2488.tfm
already exists.
pdflatex.EXE: The font file could not be found.
pdflatex.EXE: Data: grxn2488
texify: pdflatex failed for some reason (see log file).
Note that without the language change I get the desired results. Do you have any idea on how to correct this?