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