move LyXerr QString specialisation to support/qstring_helpers
[lyx.git] / lib / layouts / theorems-sec.module
blobeb18d3e67b605fd081d1da25a5a5b698eed4bcaf
1 #\DeclareLyXModule{Theorems (Order By Section)}
2 #DescriptionBegin
3 #Numbers theorems and the like by section.
4 #DescriptionEnd
5 #Requires: theorems-std | theorems-ams
7 # Author: Richard Heck <rgheck@comcast.net>
9 Format 7
11 Counter
12         Name           theorem
13         Within         section
14 End
16 Style Theorem
17         Preamble
18                 \newtheorem{thm}{Theorem}[section]
19         EndPreamble
20 End