(Not really a duplicate, got some errors that wasn't in the previous guide) Help using MathTime Pro 2 fonts in Ubuntu Linux with tex-live
What I have done: 1. Extracted the contents of the mpt2fonts.zip.tpm into a folder called mathtime.
Moved the contents of mathime into /usr/local/share/texmf, using sudo mv mathime/* /usr/local/share/texmf
Then did the following sudo texhash sudo updmap-sys --disable mt-belleek.map --nomkmap sudo updmap-sys --disable belleek.map --nomkmap sudo updmap-sys --disable mt-yy.map --nomkmap sudo updmap-sys --disable mt-plus.map --nomkmap sudo updmap-sys --enable Map mtpro2.map sudo chmod -R a+r+x /usr/local/share/texmf/
I then verified that $(kpsewhich updmap.cfg) contained the line Map mtpro2.map, which it did.
However, I get the error
! LaTeX Error: File `mtpro2.sty' not found.Type X to quit or to proceed,or enter new name. (Default extension: sty)Enter file name:! Emergency stop. \usepackage
and
!==> Fatal Error (...) No PDf produced
How do I proceed? Thanks in advance
EDIT> since i wrote this up, I have also ran mktexlsr, which did not help
mktexlsrin your description. – cfr Apr 04 '17 at 15:17kpsewhich mtpro2.stygive? Where did you install this file? – cfr Apr 04 '17 at 17:10