lyx_mirror/lib/layouts/theorems-sec.module
Richard Heck 99bbf5b42a Update layouts to format 24.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33634 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-05 23:02:24 +00:00

30 lines
653 B
Plaintext

#\DeclareLyXModule{Theorems (Numbered by Section)}
#DescriptionBegin
#Numbers theorems and the like by section (i.e., the counter is reset at
#each section start).
#DescriptionEnd
#Requires: theorems-std | theorems-ams
#Excludes: theorems-chap
#Category: theorems
# Author: Richard Heck <rgheck@comcast.net>
Format 24
Counter theorem
Within section
End
Style Theorem
Preamble
\theoremstyle{plain}
\newtheorem{thm}{\protect\theoremname}[section]
EndPreamble
LangPreamble
\providecommand{\theoremname}{_(Theorem)}
EndLangPreamble
BabelPreamble
\addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}
EndBabelPreamble
End