]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-ams.module
* lib/layouts/chess.layout:
[lyx.git] / lib / layouts / theorems-ams.module
1 #\DeclareLyXModule{Defines theorem environments and the proof environment for use with non-AMS classes, using the extended AMS machinery. The theorems are numbered consecutively throughout the document. NOTE: Only one of the theorem modules should be used at a time.}{Theorems (AMS)}
2
3 # Author: Richard Heck <rgheck@comcast.net>
4 # Adapted from amsdefs.inc and amsmaths.inc
5
6 Format 6
7
8 Requires        amsmath
9
10 Preamble
11   \theoremstyle{plain}
12   \newtheorem{thm}{Theorem}[section]
13 EndPreamble
14
15
16 Counter
17         Name                 theorem
18 End
19
20
21 Input theorems-ams.inc