Hi,<br><br>I&#39;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 &quot;Th&quot; and &quot;1&quot; in the \textbf{} text are rendered strangely.<br>
<br>I can fix the &quot;Th&quot; problem by using Semibold instead of Bold, but
that&#39;s not ideal.  I can fix the &quot;1&quot; problem by not specifying the
Numbers feature, but that&#39;s not ideal.<br><br>As far as I can tell, I&#39;m using TeX Live 2008 on both machines and the same copies of the Minion Pro font files.<br><br>If you have any ideas as to what might be going on here, I&#39;d love to hear them.<br>
<br>Thanks,<br>Brian<br><br>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br><br>\documentclass[11pt,letterpaper]{article}<br><br>\usepackage{fontspec}<br><br>\setmainfont<br>  [Renderer  = ICU,<br>   BoldFont  = {* Bold},<br>   Kerning   = On,<br>
   Ligatures = {Common},<br>   Numbers   = {Proportional, OldStyle},<br>   Mapping   = tex-text]<br>  {Minion Pro}<br><br>\begin{document}<br><br>\noindent \textbf{Theorem 1 (Residue Theorem).}  Let ``duplicate&#39;&#39;<br>
\textit{f} $f$ be analytic in the region $G$ except for the isolated<br>singularities $a_1,a_2,\ldots,a_m$.<br><br>\end{document}<br><br>