I followed the instructions to install MinionPro fonts from this website. http://carlo-hamalainen.net/blog/2007/12/11/installing-minion-pro-fonts/
However, when I tried to run the tex file at the bottom, I have this error message:
! LaTeX Error: File `MinionPro.sty' not found.
Running the command kpsewhich MinionPro.sty gives the following output:
/usr/local/share/texmf/tex/latex/MinionPro/MinionPro.sty
So the system knows where MinionPro.sty is, so why can't the file compile?
texin the same shell where you startedkpsewhich? – Stephan Lehmke Sep 3 '12 at 8:16kpsewhich, so you probably typed that into a command shell. Is this the same shell where you are also running thetexcommand (orpdftexor whatever)? – Stephan Lehmke Sep 3 '12 at 8:24kpsewhichfinding the file andpdflatexnot. Something else must be going wrong. – Stephan Lehmke Sep 3 '12 at 8:35