Another remark from Ulrike. That is in fact the best solution, switching
to T1. That should be done anyway ...
Best wishes
Norbert
-------------------------------------------------------------------------------
Dr. Norbert Preining <[EMAIL PROTECTED]> Vienna University of Technology
Debian Developer <[EMAIL PROTECTED]> Debian TeX Group
gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
MARYTAVY (n.)
A person to whom, under dire injunctions of silence, you tell a secret
which you wish to be fare more widely known.
--- Douglas Adams, The Meaning of Liff
--- Begin Message ---
Am Wed, 6 Aug 2008 11:43:04 +0200 schrieb Norbert Preining:
> Hi Ulrike,
>
> On Di, 05 Aug 2008, Ulrike Fischer wrote:
>> In this case it is enough if babel is loaded before fontspec, then
>> lgrcmr.fd is loaded.
>
> Thanks a lot, that is fine. But still it does not answer why italian.ldf
> loads greek font support. I might have lost some of my Italian language
> skills.
>
The babel documentation says that italian is doing it to get guillemets
when T1-encoding is not active/present. So you can avoid lgr completly
by first loading T1, then babel, then fontspec:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[italian]{babel}
\usepackage{fontspec}
\title{Italian}
\begin{document}
Italian "<
\end{document}
--
Ulrike Fischer
--- End Message ---