]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-ams.module
specify a background color for listings and allow the user to change it, patch by...
[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-std | 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 8
17
18 Requires        amsmath,amsthm
19
20 Counter
21         Name theorem
22 End
23
24 AddToPreamble
25         \theoremstyle{plain}
26 EndPreamble
27
28 Input theorems-order.inc
29 Input theorems-ams.inc
30 Input theorems-starred.inc
31 Input theorems-proof.inc