[XeTeX] Eq multi-labeling problem (with file)

Ulrike Fischer news3 at nililand.de
Thu Jul 23 09:49:04 CEST 2009


Am Wed, 22 Jul 2009 17:50:40 -0400 schrieb Alan Munn:

>>\usepackage{fontspec,fontenc,xunicode,xltxtra,xgreek} %
> 
> don't use fontenc with xetex; also you don't need to load fontspec 
> and xunicode separately when you load xltxtra, so this should be:
> 
> \usepackage{xltxtra,xgreek}

Which will load fontenc too as fontspec is loading it:

\RequirePackage[\zf at enc]{fontenc}

There is no problem to load and use fontenc with xetex! There are
cases where you actually need it (e.g. to use chessfonts). And there
is no problem to load it more than once with different options. 

You should only be careful about the order you load it. Like with
babel, the last option will determine the encoding at the start of
the document. And with xetex this should be the encoding set by
fontspec and not T1 or OT1. So in general fontspec should be loaded
after fontenc. 


-- 
Ulrike Fischer 



More information about the XeTeX mailing list