]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-chap.module
f21cb4b2e11a2a4e914c13914311354bfef61f4e
[lyx.git] / lib / layouts / theorems-chap.module
1 #\DeclareLyXModule{Theorems (Order By Chapter)}
2 #DescriptionBegin
3 #Defines some theorem environments for use with non-AMS classes. The theorems are 
4 #numbered by chapter.
5 #DescriptionEnd
6 #Requires: Theorems | Theorems (AMS)
7
8 # Author: Richard Heck <rgheck@comcast.net>
9 # Adapted from amsmaths.inc
10
11 Format 6
12
13 Counter
14         Name           theorem
15         Within         chapter
16 End
17
18 Style Theorem
19         Preamble
20                 \newtheorem{thm}{Theorem}[chapter]
21         EndPreamble
22 End