#################################################################
American Mathmatical Society
#################################################################
All commands below came with package amsthm.
\usepackage{amsthm} ::amsmath::
#################################################################
Erstellen von Theoremen ::newtheorem::
#################################################################
Defines a new enviroment latex-synonym which is numbered as
theorem with name "name" (f.e. axiom).
\begin{latex-synonym}
bla
\end{latex-synonym}
for useing the new theorem
* subdues the numbering.
latex-synonym2 : uses the counter from this theorem
section : an incretion of this counter would set the
theorem counter to the value null
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\theoremstyle{style} ::theoremstyle::