]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-ams.module
Modularization of the AMS classes, and the theorem environments generally.
[lyx.git] / lib / layouts / theorems-ams.module
1 #\DeclareLyXModule{Theorems (AMS)}
2 #DescriptionBegin
3 #Defines theorem environments and the proof environment using the extended 
4 #AMS machinery. The theorems are numbered consecutively throughout the document. 
5 #DescriptionEnd
6 #Excludes: Theorems
7
8 # Original Author : David L. Johnson <dlj0@lehigh.edu>
9 # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
10 # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
11 # Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
12 # Modularized Jan 08 by Richard Heck <rgheck@comcast.net>
13
14 Format 6
15
16 Requires        amsmath,amsthm
17
18 Counter
19         Name theorem
20 End
21
22 Preamble
23         \theoremstyle{plain}
24 EndPreamble
25
26 #Get the order right
27 Style Theorem
28 End
29
30 Style Theorem*
31 End
32
33 Style Corollary
34 End
35
36 Style Corollary*
37 End
38
39 Style Lemma
40 End
41
42 Style Lemma*
43 End
44
45 Style Proposition
46 End
47
48 Style Proposition*
49 End
50
51 Style Conjecture
52 End
53
54 Style Conjecture*
55 End
56
57 Style Definition
58 End
59
60 Style Definition*
61 End
62
63 Style Example
64 End
65
66 Style Example*
67 End
68
69 Style Problem
70 End
71
72 Style Problem*
73 End
74
75 Style Exercise
76 End
77
78 Style Exercise*
79 End
80
81 Style Remark
82 End
83
84 Style Remark*
85 End
86
87 Style Claim
88 End
89
90 Style Claim*
91 End
92
93 Input theorems.inc
94 Input theorems-starred.inc
95 Input theorems-proof.inc