[Tex/LaTex] What I need to use extra symbols in MinionPro

minionprosymbols

I've just installed MinionPro fonts for LaTeX, as it is written in the HowTo of the minionpro package. My font's version is "Version 2.030;PS 2.000;hotconv 1.0.51;makeotf.lib2.0.1867. Than, I tried to test the fonts, and use extra symbols by \PiSymbol command, like this:

\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[magyar]{babel}
\usepackage{MinionPro}
\usepackage{pifont}
\begin{document}
\Pisymbol{MinionPro-Extra}{110}
\end{document}

Compiling this with pdflatex, it gives the following message:

 pdfTeX warning: pdflatex (file
 /usr/share/texmf/fonts/type1/adobe/MinionPro/Min
 ionPro-Regular.pfb): glyph `orn.011'
 undefined

And in the PDF output, an ugly box appears instead the expected symbol.

Please give any hints, where to look for the reason of this error, what is missing for it to work. I've googled a lot, but haven't found anything.

Best Answer

It works for me. I have "Version 1.021; PS 001.001; Core 1.0.35;makeotf.lib1.5.4492". It seems that adobe has changed the glyph name from "orn.011" to "bullet.011" so it seems you will need to edit the encoding files (and then post the fixed version to the mailing list at minionpro-devel@lists.berlios.de)

Related Question