]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-chap.module
e7422cd0479333bddac963cf17bb570b17c83a21
[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
10 Format 6
11
12 Counter
13         Name           theorem
14         Within         chapter
15 End
16
17 Style Theorem
18         Preamble
19                 \newtheorem{thm}{Theorem}[chapter]
20         EndPreamble
21 End