lyx_mirror/lib/layouts/theorems-sec.module

21 lines
342 B
Plaintext
Raw Normal View History

#\DeclareLyXModule{Theorems (Order By Section)}
#DescriptionBegin
#Order theorems by section.
#DescriptionEnd
#Requires: Theorems | Theorems (AMS)
# Author: Richard Heck <rgheck@comcast.net>
Format 6
Counter
Name theorem
Within section
End
Style Theorem
Preamble
\newtheorem{thm}{Theorem}[section]
EndPreamble
End