Package: texlive-latex-base Version: 2007.dfsg.1-3 Severity: normal During testing of a fix for #492304, I stumbled about xelatex not being able compile Italian (example attached). Upstream of dblatex found, that lgrlmr.fd and lgrlmro.fd are missing. In fact, copying those files to my CWD, fixes the problem for me. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492304#11
\documentclass{article} \usepackage{fontspec} \usepackage[italian]{babel} \title{Italian} \begin{document} Italian \end{document}