[XeTeX] Problem with MinionPro package and XeTeX?

Cyril Niklaus cyril.niklaus at gmail.com
Fri Apr 25 16:23:35 CEST 2008


On 25 avr. 08, at 16:48, Marc Penninga wrote:

> Hi group,
>
> First of all, a big "thank you" to Jonathan, Will and everyone else  
> who made XeTeX the great tool it is. You rock!
>
> I have, however, found a problem when trying to use the MinionPro  
> package with XeTeX. When I run XeTeX on this document:
>
> \documentclass{article}
> \usepackage{MinionPro}
> \begin{document}
> Pythagoras said $a^2+b^2=c^2$.
> \end{document}
>
>
> I get the following error message:


Try this:

\documentclass[12pt]{article}

\usepackage{fontspec,xltxtra,xunicode}
\defaultfontfeatures{Mapping=tex-text}
\setromanfont[Mapping=tex-text]{Minion Pro}
\begin{document}
Pythagoras said $a^2+b^2=c^2$.
\end{document}

HTH
Cyril


More information about the XeTeX mailing list