AMS-LaTeX
From Wikipedia, the free encyclopedia
, written as AMS-LaTeX or AmS-LaTeX in plain text, is a collection of (LaTeX) document classes and packages developed for the American Mathematical Society.
It has largely superseded the (plain TeX) macro package (AMS-TeX).
The following code of the (LaTeX2e) produces the AMS-LaTeX logo .
%%-- AMS-LaTeX_logo.tex --------- \documentclass{article} \usepackage{amsmath} %\usepackage[psamsfonts]{amssymb} \begin{document} \AmS -\LaTeX \end{document} %%-------------------------------