Tightness of measures: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>R'n'B
 
Line 1: Line 1:
Nice to meet you, my name is Araceli Oquendo but I don't like when individuals use my full name. What she loves performing is playing croquet and she is attempting to make it a profession. Delaware is the location I love most but I need to transfer for my family members. The job he's been occupying for years is a messenger.<br><br>My blog post - [http://Sportshop-union.de/index.php?mod=users&action=view&id=13058 sportshop-union.de]
'''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.<ref>{{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
}}</ref>
 
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 ([[Image:AMS-LaTeX.svg|80px|\AmS-\LaTeX]]):
 
<source lang=latex>
%%% -- AMS-LaTeX_logo.tex -------
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\AmS-\LaTeX
\end{document}
</source>
 
The package has a suite of facilities to format multi-line equations. For example, the following
code,
 
<source lang=latex>
  \begin{align}
    y &= (x+1)^2 \\
      &= x^2+2x+1
  \end{align}
</source>
 
causes the equals signs in the two lines to be aligned with one another, like this:
 
:<math>
  \begin{align}
    y &= (x+1)^2 \\
      &= x^2+2x+1
  \end{align}
</math>
 
AMS-LaTeX also includes many flexible commands for formatting and numbering theorems, lemmas, etc.  For example, one may use the environment <tt>theorem</tt>
 
<source lang=latex>
  \begin{theorem}[Pythagoras] Suppose $a\leq b\leq c$ are the side-lengths of a right triangle.\\  Then $a^2+b^2=c^2$.\end{theorem}
  \begin{proof}. . . \end{proof}
</source>
 
to generate
 
<blockquote>
  '''Theorem''' (''Pythagoras'') ''Suppose'' <math>a\leq b\leq c</math> ''are the side-lengths of a right triangle. '' <br>''Then'' <math>a^2+b^2=c^2</math>.<br>
  '''Proof'''. . . □
</blockquote>
 
==See also==
* [[AMSRefs]]
 
==References==
<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]
 
[[Category:TeX]]
 
{{TeX navbox}}
{{LaTeX navbox}}
{{compu-library-stub}}
{{digital-typography-stub}}

Revision as of 15:27, 21 May 2013

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}

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:

AMS-LaTeX also includes many flexible commands for formatting and numbering theorems, lemmas, etc. For example, one may use the environment theorem

  \begin{theorem}[Pythagoras] Suppose $a\leq b\leq c$ are the side-lengths of a right triangle.\\  Then $a^2+b^2=c^2$.\end{theorem}
  \begin{proof}. . . \end{proof}

to generate

Theorem (Pythagoras) Suppose are the side-lengths of a right triangle.
Then .
Proof. . . □

See also

References

  1. 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534

External links

Template:TeX navbox Template:LaTeX navbox Template:Compu-library-stub Template:Digital-typography-stub