Setting: Windows 7 64bit, MiKTeX, pdfLaTeX, specifically, I followed these instructions.
Having re-installed again and again, trying to make sure that I am not missing anything from the installation instructions, I still have the same problem: lining figures are shown as empty boxes.
MWE:
\documentclass[10pt,english,a5paper]{article}
\usepackage[english]{babel}
\usepackage{MnSymbol}
\usepackage{MinionPro}
\usepackage{fonttable}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\makeatother
\begin{document}
Normal Text: 0123456789
Math Mode: $0123456789$
\end{document}
outputs:
\usepackage[textlf]{MinionPro}
option outputs:
Curious, I tried:
\begin{document}
\fonttable{MinionPro-Regular-Base-aa}
\end{document}
So, at least to my understanding, the lining figures are “there.”
What else should I try? What might I be doing wrong? I am frustrated because almost no one else have this problem, so I should be something wrong, and strangely, only the lining figures seem to be the problem.




MinionPro.map? It should contains lines likeMinionPro-Bold-lf-l1-lgi--base MinionPro-Bold "AutoEnc_irupxkrjzh7fov4222hjskvybc ReEncodeFont" <[a_irupxk.enc <MinionPro-Bold.pfb(I have 4721 lines like that). – Bernard Sep 12 '15 at 11:53MinionPro-Bold--lcdfj MinionPro-BoldLCDFJ "" <MinionPro-BoldLCDFJ.pfb MinionPro-Bold-Base-aa MinionPro-Bold "MinionPro-Base-Encoding-aa ReEncodeFont" <[base-MinionPro-aa.enc <MinionPro-Bold.pfb– blackened Sep 12 '15 at 12:08-lf-appears. In…\tex\latex\MinionPro, I have files likeT1MinionPro-LF.fdparallel toT1MinionPro-OsF.fd,T1MinionPro-TLF.fd,T1MinionPro-TOsF.fd. Also, where exactly did you install the MinionPro package and fonts? – Bernard Sep 12 '15 at 12:19-lf-appears. I followed the instruction mentioned at the top of my post. (You can view the .PDF file) – blackened Sep 12 '15 at 12:40