Share on Facebook Share on Twitter Email
Answers.com

AMS-LaTeX

 
Wikipedia: AMS-LaTeX

AMS-LaTeX is a collection of LaTeX document classes and packages developed for the American 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.[1]

It has largely superseded the plain TeX macro package AMS-TeX. AMS-TeX was originally written by Michael Spivak, and was used by the AMS from 1983 to 1985.

The following code of the LaTeX2e produces the AMS-LaTeX logo (\AmS-\LaTeX):

%%% -- AMS-LaTeX_logo.tex -------
\documentclass{article}
\usepackage{amsmath}

\begin{document}
\AmS-\LaTeX
\end{document}
%%% +----1----+----2----+----3---

The package has a suite of facilities to format multi-line equations. For example, the following code,

 \begin{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:


  \begin{align}
    y &= (x+1)^2 \\
      &= x^2+2x+1
  \end{align}

See also

AMSRefs

References

  1. ^ George Gratzer (1996). Math into LaTeX. ISBN 0-8176-3805-9. http://www.ctan.org/tex-archive/info/mil/mil.pdf. Retrieved 2007-10-08. 

External links


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 
Learn More
Tombstone (typography)
Reference card
Texvc

Why am I it? Read answer...
Who is tha beest pimp in ams? Read answer...
Am or a.m. or AM? Read answer...

Help us answer these
What glue sticks latex to latex?
Where is am from?
Cheapest flights from ams to US?

Post a question - any question - to the WikiAnswers community:

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "AMS-LaTeX" Read more