]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-chap.module
typo.
[lyx.git] / lib / layouts / theorems-chap.module
1 #\DeclareLyXModule{Theorems (Order By Chapter)}
2 #DescriptionBegin
3 #Numbers theorems and the like by chapter.
4 #DescriptionEnd
5 #Requires: Theorems | Theorems (AMS)
6
7 # Author: Richard Heck <rgheck@comcast.net>
8
9 Format 6
10
11 Counter
12         Name           theorem
13         Within         chapter
14 End
15
16 Style Theorem
17         Preamble
18                 \newtheorem{thm}{Theorem}[chapter]
19         EndPreamble
20 End