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