]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-sec.module
More tweaks, and some fixes for missing files in the makefiles, while we're at it.
[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 | Theorems (AMS)
6
7 # Author: Richard Heck <rgheck@comcast.net>
8
9 Format 6
10
11 Counter
12         Name           theorem
13         Within         section
14 End
15
16 Style Theorem
17         Preamble
18                 \newtheorem{thm}{Theorem}[section]
19         EndPreamble
20 End