I recently bought a MacBook Pro (running Mountain Lion). I have TeXtures (from Blue Sky Resaerch) and TeXShop up and running, but I have no idea what to do to get AMSTeX running on either of these. I do not understand any of the documentation that I have foung on the AMS and TUG websites. Can anyone help?
Thanks,
SteveP
\input amstexand\input<some suitable .sty file>; it's not necessary to build a format. the AMS-LaTeX files (amsmathand AMS document classes) are part of the latex "required" complement, so you'd run latex in the usual way with\documentclass{<whatever>}and, if it's not already loaded,\usepackage{amsmath}. all these files are on CTAN as well as available from the AMS server. – barbara beeton Aug 27 '12 at 18:32