Am 12.11.2010 14:01, schrieb Stephan Hennig:
\documentclass[draft]{article}
%\usepackage{fontspec}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
I just realize that uncommenting the fontspec-line the error doesn't
exhibit. In addition, the lines loading packages fontenc and lmodern
have to be commented to exhibit the error.
Best regards,
Stephan Hennig
\documentclass[draft]{article}
\usepackage{fontspec}
%\usepackage[T1]{fontenc}
%\usepackage{lmodern}
\usepackage[width=2cm]{geometry}
\begin{document}
An intere\textit{st}ing word.
An intere{\itshape st\/}ing word.
\end{document}