lyx_mirror/lib/layouts/theorems-sec.module
Richard Heck 8d541e3675 Fix comments. Other credits are in other files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22462 a592a061-630c-0410-9148-cb99ea01b6c8
2008-01-10 05:00:11 +00:00

21 lines
342 B
Plaintext

#\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