lyx_mirror/lib/layouts/theorems-chap.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

22 lines
419 B
Plaintext

#\DeclareLyXModule{Theorems (Order By Chapter)}
#DescriptionBegin
#Defines some theorem environments for use with non-AMS classes. The theorems are
#numbered by chapter.
#DescriptionEnd
#Requires: Theorems | Theorems (AMS)
# Author: Richard Heck <rgheck@comcast.net>
Format 6
Counter
Name theorem
Within chapter
End
Style Theorem
Preamble
\newtheorem{thm}{Theorem}[chapter]
EndPreamble
End