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