[XeTeX] Xelatex, TL2007 not working on Mac
Yves Codet
ycodet at club-internet.fr
Sun Nov 4 18:31:40 CET 2007
Hello.
Le 4 nov. 07 à 16:25, rhino64 at freesurf.ch a écrit :
> Hi All,
> I have just finished the installation of texlive 2007 on my
> Mac (OS X 10.3)
> and I want to play with xelatex. For some strange reason, a very
> simple test file does not compile on Mac and work perfectly well
> on my solaris box (where the last Beta version of texlive 2007 is
> installed).
>
> This is certainly a font problem and probably a misconfiguration on
> the mac.
> The problem seems to arise when the "euenc" package is loaded (I
> have read
> somewhere that this package does not work on mac).
>
> Does somebody has an idea on how to solve this problem ?
>
> Thanks,
>
> Best regards,
>
> Alain Aubord
>
> ---------------------------------
> TestFile---------------------------------
> \documentclass{article}
> \XeTeXdefaultencoding utf-8
> \usepackage{fontspec}
> \defaultfontfeatures{Mapping=tex-text}
>
> \begin{document}
> Typeset with XeLaTex
> \end{document}
It seems \XeTeXdefaultencoding causes problems with some
distributions, as was recently discussed. Besides you did not choose
any font. This slightly modified version of your test file works fine
on my Mac:
\documentclass{article}
%\XeTeXdefaultencoding utf-8
\usepackage{fontspec}
\defaultfontfeatures{Mapping=tex-text}
\setmainfont{Lucida Grande}
\begin{document}
Typeset with XeLaTex
\end{document}
Best wishes,
Yves
More information about the XeTeX
mailing list