- AMS-Latex
AMS-LaTeX is a collection of
LaTeX document classes and packages developed for theAmerican Mathematical Society (AMS). Its additions to LaTeX include the typesetting of multi-line and other mathematical statements, document classes, and fonts containing numerous mathematical symbols. [cite book
url = http://www.ctan.org/tex-archive/info/mil/mil.pdf
title = Math into LaTeX
author = George Gratzer
year = 1996
isbn = 0-8176-3805-9
accessdate = 2007-10-08]It has largely superseded theplain
TeX macro packageAMS-TeX . AMS-TeX was originally written byMichael Spivak , and was used by the AMS from 1983 to 1985.The following code of theLaTeX2e produces the AMS-LaTeX logo.
%%% -- AMS-LaTeX_logo.tex ------- documentclass{article} usepackage{amsmath} %usepackage [psamsfonts] {amssymb} egin{document} AmS -LaTeX end{document} %%% +----1----+----2----+----3---
One of the most important features of the package is the ability to control the formatting of multi-line equations. For example, the followingcode,
egin{align} y &= (x+1)^2 \ &= x^2+2x+1 end{align}
causes the equals signs in the two lines to be aligned with one another, like this:
References
External links
* [http://www.ams.org/tex/ AMS TeX Resources]
* [http://www.tex.ac.uk/cgi-bin/texfaq2html?label=AMSpkg TeX FAQ on AMS packages]
* [http://www.tex.ac.uk/cgi-bin/texfaq2html?label=AMSpkg TeX FAQ on AMS-TeX]
Wikimedia Foundation. 2010.