bartadam said:
I'm a bit of a latex novice I know enough to get by. I downloaded the thing, how to I install the package?
I am using miktex on windows, so I can tell you how I did it for that.
Downloaded mathabx.zip from the website and unzipped it.
Inside there were about 54 files in a folder named 'source'; all 54 of those files had the extension .mf; in a folder named 'texinputs' there were four files: mathabx.dcl, mathabx.sty, mathabx.tex, testmac.tex
I went to where my miktex distribution is located and went in the folder:
c:\Program Files\MikTeX 2.7\fonts\source\public
In there I created a new folder called mathabx and put all 54 of the .mf files in there.
I then went to the folder
c:\Program Files\MikTeX 2.7\tex\generic\misc
I created a new folder called mathabx and put the other four files (mathabx.dcl, mathabx.sty, mathabx.tex, testmac.tex) in there.
(In other words when I was re done I had all of the .mf files in:
c:\Program Files\MikTeX 2.7\fonts\source\public\mathabx
and the four files mathabx.dcl, mathabx.sty, mathabx.tex, testmac.tex in:
c:\Program Files\MikTeX 2.7\tex\generic\misc\mathabx
)
Then on the start menu I went to Miktex2.7 --> Settings. On the window that comes up, I clicked the buttons "Refresh FNDB" and then "Update Formats".
After that all was ready. Hope this helps.