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