]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-sec.module
Update layout formats
[lyx.git] / lib / layouts / theorems-sec.module
1 #\DeclareLyXModule{Standard Theorems (Numbered by Section)}
2 #\DeclareCategory{Maths}
3 #DescriptionBegin
4 #Numbers theorems and the like by section (i.e., the counter is reset at
5 #each section start).
6 #DescriptionEnd
7 #Requires: theorems-std | theorems-ams
8 #Excludes: theorems-chap
9
10 # Author: Richard Heck <rgheck@comcast.net>
11
12 Format 80
13
14 Counter theorem
15         Within         section
16 End
17
18 Style Theorem
19         Preamble
20                 \theoremstyle{plain}
21                 \newtheorem{thm}{\protect\theoremname}[section]
22         EndPreamble
23 End