Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I have installed MinionPro in Tex Live 2011 under OS X using the package README and the crib in the last answer here : MinionPro on Mac OS X

The simple document

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{MinionPro}
\begin{document}
    This is a test.
\end{document}

failed under pdflatex with

!pdfTeX error: pdflatex (file MinionPro-Regular-Base-aa): Font MinionPro-Regula
r-Base-aa at 545 not found
share|improve this question
This means that you didn't activate the MinionPro.map. Did you run updmap or updmap-sys? – Ulrike Fischer Jun 26 '12 at 8:11

closed as too localized by Joseph Wright Jul 7 '12 at 22:08

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.