HOME

TheInfoList



OR:

AMS-LaTeX is a collection of
LaTeX Latex is an emulsion (stable dispersion) of polymer microparticles in water. Latices are found in nature, but synthetic latices are common as well. In nature, latex is found as a wikt:milky, milky fluid, which is present in 10% of all floweri ...
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
font In metal typesetting, a font is a particular size, weight and style of a ''typeface'', defined as the set of fonts that share an overall design. For instance, the typeface Bauer Bodoni (shown in the figure) includes fonts " Roman" (or "regul ...
s containing numerous mathematical symbols. It has largely superseded the plain
TeX Tex, TeX, TEX, may refer to: People and fictional characters * Tex (nickname), a list of people and fictional characters with the nickname * Tex Earnhardt (1930–2020), U.S. businessman * Joe Tex (1933–1982), stage name of American soul singer ...
macro package AMS-TeX. AMS-TeX was originally written by
Michael Spivak Michael David Spivak (May 25, 1940October 1, 2020) was an American mathematician specializing in differential geometry, an expositor of mathematics, and the founder of Publish-or-Perish Press. Spivak was the author of the five-volume ''A Comprehe ...
, 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 in ...
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 * 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 Mathematical proof, proof, in place of the traditional abbreviation "Q.E.D." for the Latin phrase "''Q.E.D., quod erat ...


References


External links


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