lyx_mirror/lib/layouts/theorems-chap.module
Richard Heck b4341a8dae Minor tweaks, and a new module for unnumbered theorems only.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22464 a592a061-630c-0410-9148-cb99ea01b6c8
2008-01-10 05:14:12 +00:00

21 lines
357 B
Plaintext

#\DeclareLyXModule{Theorems (Order By Chapter)}
#DescriptionBegin
#Numbers theorems and the like 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