I've been trying to install the mathabx-type1 font with no sucess on my Ubuntu-Linux distribution. I downloaded the .pfb and .map files from here.
What I did was the following:
- First, I had to find where my local
texmffolder was. In my case, it is located at/usr/share/texmf. - I created a folder named
mathabx-type1on/usr/share/texmf/fonts/type1/public/, and copied the .pfb files there. - I created a folder named
mathabx-type1on/usr/share/texmf/fonts/map/dvips/, and copied the .map file there. - I ran the command
mktexlsron terminal. - I ran the command
updmap-syson terminal.
The thing is that the update at step 5 doesn't touch the mathabx-type1 folder, but it does update the other folders on the same folder! (that is, it "sees" all the .map files in every folder at /usr/share/texmf/fonts/map/dvips/ except for mathabx-type1). Can anyone tell me what I'm missing here?
updmap-sys --enable Map=mathabx.map. – Leo Liu Sep 20 '12 at 1:37