The package MinionPro is for LaTeX ---and assumes you&#39;ve gone all the way through the process of creating the multiple font files for Adobe&#39;s Minion Pro---, not for Xe(La)TeX.<br>Follow Fr. Michael Gilmary&#39;s advice for using such font in XeLaTeX.<br>

Best<br clear="all">Nicolas Vaughan<br>
<br><br><div class="gmail_quote">On Mon, May 4, 2009 at 1:26 PM, Fr. Michael Gilmary <span dir="ltr">&lt;<a href="mailto:FrMichaelGilmary@maronitemonks.org">FrMichaelGilmary@maronitemonks.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im">Brian Aydemir wrote:<br>
&gt; Hi everyone,<br>
&gt;<br>
&gt; I&#39;m new to XeTeX, specifically xelatex.<br>
&gt;<br>
&gt; Before, I had been using the MinionPro package with pdflatex.  I used<br>
&gt; the tabfigures package to enable the use of tabular (monospaced)<br>
&gt; figures in such things as table of contents, equation numbers, and<br>
&gt; enumerations, while still using proportional figures everywhere else.<br>
&gt;<br>
&gt; Now, with xelatex, I use the MinionPro package and fontspec to set the<br>
&gt; fonts in my documents [1].  Not surprisingly (to me), tabfigures<br>
&gt; doesn&#39;t seem to work with this combination, giving me errors such as<br>
&gt; the following:<br>
&gt;<br>
&gt; Package fontaxes Warning: I don&#39;t know how to decode<br>
&gt; (fontaxes)                family `MinionPro(0)&#39; on input line 2.<br>
&gt;<br>
&gt; Is there a simple way to get the same functionality as tabfigures but<br>
&gt; with xelatex?<br>
&gt;<br>
&gt; Thanks for any help,<br>
&gt; Brian<br>
&gt;<br>
&gt; [1] Here&#39;s the relevant bit of setup code that I&#39;m using.<br>
&gt;<br>
&gt; \usepackage[mathlf,onlymath,openg,opticals]{MinionPro}<br>
&gt; %% \usepackage[toc,eqno,enum,bib,lineno]{tabfigures}<br>
&gt; \usepackage[no-math,quiet]{fontspec}<br>
&gt; \usepackage{xunicode,xltxtra}<br>
&gt; \setmainfont[Renderer=ICU]{Minion Pro}<br>
&gt;<br>
<br>
<br>
</div>One quick way is to look in the Adobe Reader folder to find the .OTF<br>
Minion Pro, install it on your system and you can load it in fontspec as<br>
with any other system font:<br>
<br>
\setmainfont[Mapping=tex-text, Ligatures=Common,<br>
Numbers=Monospaced]{Minion Pro}<br>
<br>
if you need numbers different (proportional) add another fontfamily<br>
\newfontfamily\MinionProportional[Mapping=tex-text, Ligatures=Common,<br>
Numbers=Proportional]{Minion Pro}<br>
<br>
<br>
HTH.<br>
<br>
<br>
--<br>
United in adoration of Jesus,<br>
<br>
<br>
<br>
fr. michael gilmary, mma<br>
<br>
Most Holy Trinity Monastery<br>
67 Dugway Road<br>
Petersham, MA 01366-9725<br>
<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
XeTeX mailing list<br>
<a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/listinfo/xetex</a><br>
</div></div></blockquote></div><br>