[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#493789: (fwd) Re: [tex-live] (fwd) Bug#493789: missing files prevent xelatex compiling Italian document



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 <preining@logic.at>        Vienna University of Technology
Debian Developer <preining@debian.org>                         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 ---

Reply to: