summaryrefslogtreecommitdiff
path: root/support/tcltexed/hlp/eng/RCS/amsthm.txt,v
blob: 3444018ad037296e891b9459fac2a32376c7cd5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
head	1.1;
access;
symbols;
locks
	mys:1.1; strict;
comment	@# @;


1.1
date	99.11.22.23.41.12;	author mys;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@#################################################################
American Mathmatical Society
#################################################################

All commands below came with package amsthm.
\usepackage{amsthm} ::amsmath::

#################################################################
Erstellen von Theoremen ::newtheorem::
#################################################################

\newtheorem{latex-synonym}{name}
\newtheorem*{latex-synonym}{name}
\newtheorem*{latex-synonym}[latex-synonym2]{name}
\newtheorem*{latex-synonym}{name}[section]

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::

style :
	plain (default)
	definition
	remark
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\swapnumbers ::swapnumbers::

numbering on the left side of the theorem@