(my first question here)
I'm using xelatex to compile this code:
\documentclass{book}
\usepackage{fontspec}
\begin{document}
%This is a Greek text ``Ελλάδα''
text
\end{document}
and receive this error :
("C:\Program Files\MiKTeX 2.9\tex\latex\fontspec\fontspec.cfg")
! Undefined control sequence.
<argument> \LaTeX3 error:
Erroneous variable \c__fontspec_shape_n_n_tl used!
l.3806 \emfontdeclare{ \emshape, \eminnershape }
My aim is to make LaTeX compile greek letters properly in my pdf, but that's a different issue.