翻訳と辞書
Words near each other
・ Amruthur
・ Amrutlal Yagnik
・ Amrutulu
・ Amruturu
・ AMS
・ AMS (Advanced Music Systems)
・ Ams AG
・ AMS Centennial Fellowship
・ AMS Device Manager
・ AMS Euler
・ AMS Flight
・ AMS Neve
・ AMS Pictures
・ AMS-55
・ AMS-Flight Carat
AMS-LaTeX
・ AMSA
・ Amsa Station
・ Amsa-dong
・ Amsacrine
・ Amsacta
・ Amsacta albistriga
・ Amsacta aureolimbata
・ Amsacta bicoloria
・ Amsacta duberneti
・ Amsacta flavicostata
・ Amsacta fuscosa
・ Amsacta grammiphlebia
・ Amsacta latimarginalis
・ Amsacta marginalis


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

AMS-LaTeX : ウィキペディア英語版
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.
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_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 theorem

\begin() Suppose $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==

* AMSRefs

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「AMS-LaTeX」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.