AMS-LaTeX
From Wikipedia, the free encyclopedia
<math>\boldsymbol{\mathcal{A}\!_{\displaystyle \mathcal{M}} \!\mathcal{S}} \!\!\;\textbf{-} \boldsymbol{\mathsf{L\!\!^{{}_{\scriptstyle A}} \!\!\!\!\!\;\; T\!_{\displaystyle E} \! X}}</math>, written as AMS-LaTeX or AmS-LaTeX in plain text, is a collection of <math>\mathsf{L\!\!^{{}_{\scriptstyle A}} \!\!\!\!\!\;\; T\!_{\displaystyle E} \! X}</math> (LaTeX) document classes and packages developed for the American Mathematical Society.
It has largely superseded the <math>\mathsf{plain \ T\!_{\displaystyle E} \! X}</math> (plain TeX) macro package <math>\mathcal{A}\!_{\displaystyle \mathcal{M}} \!\mathcal{S} \!\!\;\textrm{-} \mathsf{T\!_{\displaystyle E} \! X}</math> (AMS-TeX).
The following code of the <math>\mathsf{L\!\!^{{}_{\scriptstyle A}} \!\!\!\!\!\;\; T\!_{\displaystyle E} \! X} \, \mathsf{2}_{\displaystyle \varepsilon}</math> (LaTeX2e) produces the AMS-LaTeX logo <math>\mathcal{A}\!_{\displaystyle \mathcal{M}} \!\mathcal{S} \!\!\;\textrm{-} \mathrm{L\!\!^{{}_{\scriptstyle A}} \!\!\!\!\!\;\; T\!_{\displaystyle E} \! X}</math>.
%%-- AMS-LaTeX_logo.tex ---------
\documentclass{article}
\usepackage{amsmath}
%\usepackage[psamsfonts]{amssymb}
\begin{document}
\AmS -\LaTeX
\end{document}
%%-------------------------------

