I am trying to install the MinionPro package. I followed the instructions on CTAN and tried running the test:
\documentclass{article}
\usepackage{MinionPro}
\begin{document}
test
\end{document}
I don't get any output, only an error message:
name = MinionPro-Regular-Base-aa, rootname = MinionPro-Regular-Base-aa, pointsize = mktexmf: empty or non-existent rootfile!
Cannot find font MinionPro-Regular-Base-aa in map file(s).
I'm at wit's end. Do you know what might be behind this error? Thanks!
otfinfo -vto get the correct encoding (version 002.000). – Luca B. Sep 21 '15 at 02:31C:\texlive\texmf-local\fonts\type1\adobe\MinionPro. I copied the metrics and encoding zip files into the local directory and unzipped them through the command prompt. Then I rantexhash,updmap-sys --enable Map=MinionPro.mapandupdmap-sys. I got an error message in this last step stating that some files wouldn't be found because overriding files existed, but they don't seem related to Minion Pro (kanjix, pdftex, psfonts, etc.). – Luca B. Sep 21 '15 at 02:31.mapfiles? If you have a stale copy ofpdftex.mapwhich is found first, then the one you've added the fonts to won't be read. Whatupdmap-sysdoes is create these.mapfiles. TeX then uses them to find the fonts.kpsewhich pdftex.mapwill tell you where the one being used is. If that's not the one inTEXMFLOCALand the one inTEXMFLOCALis the one which knows about the new fonts, then the new fonts will not be found. – cfr Sep 21 '15 at 02:39kpsewhich pdftex.mapand gotc:/Users/lucab/.texlive2015/texmf-var/fonts/map/pdftex/updmap/pdftex.map. Where do I go from here? – Luca B. Sep 21 '15 at 02:43updmapat some point or you've rungetnonfreefonts. Hang on, I'll get you a reference. – cfr Sep 21 '15 at 02:46c:/Users/lucab/.texlive2015/texmf-var/. Then it should work. If you have installed fonts intoTEXMFHOME, best to install them inTEXMFLOCALinstead. – cfr Sep 21 '15 at 02:52C:/Users/lucab/.texlive2015/texmf-var/did it! Thanks a lot! – Luca B. Sep 21 '15 at 03:05updmap-sysfrom MinionPro readme file. Then the problem was similar but with MinionPro-It ... anyway. I solve the problem following your question and solution. I have one question about install MinionPro package in TexLive2016 because the path for the step 4 in MinionPro readme file (Copy the generated Type1 fonts into your local TeX tree) is some different and that cause me dude. – juanuni Aug 01 '16 at 03:12