]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-ams.module
8ab3621b2b2e9bc1fd04aea799139756a0d1bd12
[lyx.git] / lib / layouts / theorems-ams.module
1 #\DeclareLyXModule{Theorems (AMS)}
2 #DescriptionBegin
3 #Defines theorem environments and the proof environment for use with 
4 #non-AMS classes, using the extended AMS machinery. The theorems are 
5 #numbered consecutively throughout the document. 
6 #DescriptionEnd
7 #Excludes: Theorems (AMS, By Section) | Theorems | Theorems (By Chapter) | Theorems (By Section)
8
9 # Author: Richard Heck <rgheck@comcast.net>
10 # Adapted from amsdefs.inc and amsmaths.inc
11
12 Format 6
13
14 Requires        amsmath
15
16 Preamble
17   \theoremstyle{plain}
18   \newtheorem{thm}{Theorem}[section]
19 EndPreamble
20
21
22 Counter
23         Name                 theorem
24 End
25
26
27 Input theorems-ams.inc