]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-ams.module
Allow literate documents other than noweb to work out of the box. Currently
[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 (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 11
17
18 Requires        amsmath,amsthm
19
20 Counter theorem
21 End
22
23 AddToPreamble
24         \theoremstyle{plain}
25 EndPreamble
26
27 Input theorems-order.inc
28 Input theorems-ams.inc
29 Input theorems-starred.inc
30 Input theorems-proof.inc