I am trying to install the 'MinionPro' font to be used with LaTeX on Ubuntu 16.04. I downloaded the files and followed instructions from here. I am having trouble with section 7:
7) Add the line
Map MinionPro.mapto your updmap.cfg. Refresh the file database and run updmap:
I appear to have multiple updmap.cfg files:
updmap will read the following updmap.cfg files (in precedence order):
/root/.texmf-config/web2c/updmap.cfg
/etc/texmf/web2c/updmap.cfg
/usr/share/texmf/web2c/updmap.cfg
/usr/share/texlive/texmf-dist/web2c/updmap.cfg
updmap may write changes to the following updmap.cfg file:
/root/.texmf-config/web2c/updmap.cfg
I have tried adding the appropriate line in each by running:
sudo gedit /root/.texmf-config/web2c/updmap.cfg
changing the file path each time. When I subsequently run
sudo mktexlsr
sudo updmap
I get a whole list of errors being returned, including:
updmap [WARNING]: font MinionPro-MediumItSubh-Base-aa is defined multiple times:
updmap [WARNING]: MinionPro.map (from /etc/texmf/web2c/updmap.cfg)
updmap [WARNING]: MinionPro (from /root/.texmf-config/web2c/updmap.cfg) (used)
updmap [WARNING]: font MinionPro-MediumItSubh-integral is defined multiple times:
updmap [WARNING]: MinionPro.map (from /etc/texmf/web2c/updmap.cfg)
Any thoughts as to the problem?
Thanks
.texmanuscripts, hence independant from the actual problem as you need to tell the actual software (LaTeX) on how to handle the font. – Ruben Jan 16 '17 at 04:17xelatexandfontspec? Are a fewmicrotypefunctions really worth the trouble? – Jan 16 '17 at 18:59sudo apt-get update sudo apt-get install texlive-xetexto install. Can you recommend a link for installing the minion font? – N.Crouch Jan 16 '17 at 19:30xelatexorlualatex, there is no need for that. Minion is a paid font, but you can get it installing Acrobat Reader or some of the Adobe programs and install it on your system (I had supposed you already had the.otffonts, because you tried to install the package). – Jan 16 '17 at 20:18.fontsfolder in /home/user, copy the files there, and you're done. – Jan 16 '17 at 21:37