I'm still investigating the compilation problem with XeTeX on our production machine.
In all the preambles of the Lyx source files, I have blindly included the lines:
Code: Select all
\usepackage[T1]{fontenc}
\usepackage{xcolor}
\usepackage{graphics}
\usepackage[cm-default]{fontspec}
\usepackage[no-sscript]{xltxtra}
\usepackage{xunicode}
\setmainfont[Mapping=tex-text]{Calibri}
\setsansfont{Calibri}
Perhaps our compilation problems are coming from something in here. I read about people having problems with Fontspec after upgrading MiKTeX and that this could have something to do with mappings. So what are mappings and what options have I for using them?
And while I'm on it, what is the meaning of the other keys, [cm-default] in fontspec and [no-sscript] in xlxtra? Could a compilation problem come from there?
Thanks to the wise people who can demystify me.
EFR