AMS-TeX
   HOME

TheInfoList



OR:

AMS-LaTeX is a collection of
LaTeX Latex is an emulsion (stable dispersion) of polymer microparticles in water. Latexes are found in nature, but synthetic latexes are common as well. In nature, latex is found as a milky fluid found in 10% of all flowering plants (angiosperms ...
document classes and packages developed for the
American Mathematical Society The American Mathematical Society (AMS) is an association of professional mathematicians dedicated to the interests of mathematical research and scholarship, and serves the national and international community through its publications, meetings, ...
(AMS). Its additions to LaTeX include the typesetting of multi-line and other mathematical statements, document classes, and fonts containing numerous mathematical symbols. It has largely superseded the plain
TeX Tex may refer to: People and fictional characters * Tex (nickname), a list of people and fictional characters with the nickname * Joe Tex (1933–1982), stage name of American soul singer Joseph Arrington Jr. Entertainment * ''Tex'', the Italian ...
macro package AMS-TeX. AMS-TeX was originally written by
Michael Spivak Michael David Spivak (25 May 19401 October 2020)Biographical sketch in Notices of the AMS', Vol. 32, 1985, p. 576. was an American mathematician specializing in differential geometry, an expositor of mathematics, and the founder of Publish-or-P ...
, and was used by the AMS from 1983 to 1985.
MathJax MathJax is a cross-browser JavaScript library that displays mathematical notation in web browsers, using MathML, LaTeX and ASCIIMathML markup. MathJax is released as open-source software under the Apache License. The MathJax project started i ...
supports AMS-LaTeX through extensions. The following code of the LaTeX2e produces the AMS-LaTeX logo: %%% -- AMS-LaTeX_logo.tex ------- \documentclass \usepackage \begin \AmS-\LaTeX \end The package has a suite of facilities to format multi-line equations. For example, the following code, \begin y &= (x+1)^2 \\ &= x^2+2x+1 \end causes the equals signs in the two lines to be aligned with one another, like this: : \begin y &= (x+1)^2 \\ &= x^2+2x+1 \end AMS-LaTeX also includes many flexible commands for formatting and numbering theorems, lemmas, etc. For example, one may use the environment \begin ythagorasSuppose $a\leq b\leq c$ are the side-lengths of a right triangle.\\ Then $a^2+b^2=c^2$.\end \begin. . . \end to generate
Theorem (''Pythagoras'') ''Suppose'' a\leq b\leq c ''are the side-lengths of a right triangle. ''
''Then'' a^2+b^2=c^2.
Proof. . . □


See also

*
List of TeX extensions TeX is a free typesetting system for which many extensions have been developed. Languages * ArabTeX – adds support for Hebrew and Arabic alphabets * FarsiTeX – adds support for Farsi * Omega (TeX) – extends multilinguality by usi ...
* AMSRefs *
Tombstone (typography) In mathematics, the tombstone, halmos, end-of-proof, or Q.E.D. symbol "∎" (or "□") is a symbol used to denote the end of a proof, in place of the traditional abbreviation "Q.E.D." for the Latin phrase "''quod erat demonstrandum''". It is ins ...


References


External links


AMS TeX ResourcesTeX FAQ on AMS-TeX
TeX {{digital-typography-stub