]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-ams.module
6fe5ee8a8898bcf635d06118adf93967ac2dff9a
[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 (Numbered by ...)' modules.
7 #DescriptionEnd
8 #Excludes: theorems-std | theorems-starred
9 #Category: theorems
10
11 # Original Author : David L. Johnson <dlj0@lehigh.edu>
12 # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
13 # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
14 # Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
15 # Modularized Jan 08 by Richard Heck <rgheck@comcast.net>
16
17 Format 68
18
19 Requires        amsmath,amsthm
20
21 Counter theorem
22 End
23
24 Input theorems-order.inc
25 Input theorems-ams.inc
26 Input theorems-starred.inc
27 Input theorems-proof.inc