I tried to install MyriadPro using FontPro (FontPro). Everytime I try to compile a latex document with pdflatex I get the following error:
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 0+597/600 --dpi 597 MyriadPro-Bold-tosf-t1--base
mktexpk: don't know how to create bitmap font for MyriadPro-Bold-tosf-t1--base.
mktexpk: perhaps MyriadPro-Bold-tosf-t1--base is missing from the map file.
I had no problems installing MinioPro the same way.
Any ideas?
I used the following commmands:
$ git clone https://github.com/sebschub/FontPro.git
$ cd FontPro
$ mkdir otf
$ cp /Applications/Adobe\ Reader.app/Contents/Resources/Resource/Font/*.otf otf
$ ./scripts/makeall MyriadPro
There were a lot of message of the following form: tlf-ly1,warning: kpathsea: configuration file texmf.cnf not found in these directories: /opt/local/etc/texmf.
But those messages also appeard when I successfully installed MinionPro
$ sudo ./scripts/install /usr/local/texlive/texmf-local/
$ sudo updmap-sys --enable Map=MyriadPro.map
Resulting in the following output (same with MinionPro):
updmap: resetting $HOME value (was /Users/chris) to root's actual home (/var/root).
updmap is using the following updmap.cfg files (in precedence order):
/usr/local/texlive/2013/texmf-dist/web2c/updmap.cfg
updmap is using the following updmap.cfg file for writing changes:
/usr/local/texlive/2013/texmf-config/web2c/updmap.cfg
updmap: top config file /usr/local/texlive/2013/texmf-config/web2c/updmap.cfg has not been read. at /usr/texbin/updmap line 1334.
EDIT: I just found out that MinionPro is not installed properly. The compiled PDFs look "pixelated".
updmaporupdmap-sys? Did you usesudoor run as root or run as yourself? Did you get any errors? Whichtexmftree did you install into? Etc. – cfr Feb 02 '14 at 04:38/optwhereas it is almost certainly in/usr/local/texlive. I'm not sure why theupdmap.cfgis not read. Does that file exist on your system? It may not be an error if not if you've not installed any additional fonts before. – cfr Feb 02 '14 at 17:33./scripts/makeall --helpto see if there's an option allowing you to specify the correct location for the TeX installation. – cfr Feb 02 '14 at 17:34