AMS-LaTeX

This MedLibrary.org supplementary page on AMS-LaTeX is provided directly from the open source Wikipedia as a service to our readers. Please see the note below on authorship of this content, as well as the Wikipedia usage guidelines. To search for other content from our encyclopedia supplement, please use the form below:

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 \mathcal{A}\!_{\displaystyle \mathcal{M}} \!\mathcal{S} \!\!\;\textrm{-} \mathrm{L\!\!^{{}_{\scriptstyle A}} \!\!\!\!\!\;\; T\!_{\displaystyle E} \! X}.

%%% -- AMS-LaTeX_logo.tex -------
\documentclass{article}
\usepackage{amsmath}
%\usepackage[psamsfonts]{amssymb}

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

References

  1. ^ George Gratzer (1996). Math into LaTeX. ISBN 0-8176-3805-9. Retrieved on 2007-10-08. 

External links

Wikipedia content modification information:

  • This page was last modified on 6 August 2008, at 11:57.

Wikipedia Authorship and Review

Wikipedia content provided here is not reviewed directly by MedLibrary.org. Wikipedia content is authored by an open community of volunteers and is not produced by or in any way affiliated with MedLibrary.org.

Wikipedia Usage Guidelines

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article on "AMS-LaTeX".

The URL for this specific entry is:

All Wikipedia text is available under the terms of the GNU Free Documentation License. (See Copyrights for details). Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.