[XeTeX] Inconsistent rendering across different computers

Brian Aydemir brian.aydemir at gmail.com
Tue Jul 21 16:52:02 CEST 2009


Hi,

I'm trying to figure out a problem with the minimal LaTeX document below.
Under Mac OS X, xelatex gives me a perfectly fine PDF.  Under Linux (64bit
SuSE 11.1, I think), xelatex gives me a PDF where the "Th" and "1" in the
\textbf{} text are rendered strangely.

I can fix the "Th" problem by using Semibold instead of Bold, but that's not
ideal.  I can fix the "1" problem by not specifying the Numbers feature, but
that's not ideal.

As far as I can tell, I'm using TeX Live 2008 on both machines and the same
copies of the Minion Pro font files.

If you have any ideas as to what might be going on here, I'd love to hear
them.

Thanks,
Brian

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[11pt,letterpaper]{article}

\usepackage{fontspec}

\setmainfont
  [Renderer  = ICU,
   BoldFont  = {* Bold},
   Kerning   = On,
   Ligatures = {Common},
   Numbers   = {Proportional, OldStyle},
   Mapping   = tex-text]
  {Minion Pro}

\begin{document}

\noindent \textbf{Theorem 1 (Residue Theorem).}  Let ``duplicate''
\textit{f} $f$ be analytic in the region $G$ except for the isolated
singularities $a_1,a_2,\ldots,a_m$.

\end{document}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/xetex/attachments/20090721/4cd65680/attachment.html>


More information about the XeTeX mailing list