Frank Küster wrote: > I cannot reproduce this here. Can you please provide a minimal example?
Sure. That's my example: \documentclass[11pt,german,twoside,openany,bibtotoc,liststotoc,pointlessnumbers,a4paper,listsleft,draft]{scrbook} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage[german]{babel} \usepackage{a4} \usepackage{times} \input{lgrenc.def} \newcommand{\griech}[1]{{\fontencoding{LGR}\selectfont #1}} \def\rmdefault{\sfdefault} \begin{document} abc \griech{>'adhloc} \end{document} I found that the error message differs when removing the rmdefault line, and that the error does not appear if omitting the usepackage{times}. So it has something to do with the times package. regards Hadmut