AMS-TeX
From Wikipedia, the free encyclopedia
, written as AMS-TeX, AmS-TeX, or AMSTeX in plain text, is a (TeX) macro package originally written from 1983 to 1985 by Michael Spivak for the American Mathematical Society.
Its has largely been superseded by (AMS-LaTeX).
The following code of the (LaTeX2e) produces the AMS-TeX logo .
%%-- AMS-TeX_logo.tex ----------- \documentclass{article} \usepackage{amsmath} %\usepackage[psamsfonts]{amssymb} \begin{document} \AmS -\TeX \end{document} %%-------------------------------