lyx_mirror/lib/layouts/theorems-sec.module
Richard Kimberly Heck bd142885a6 Update layouts
2020-10-25 11:43:32 -04:00

25 lines
511 B
Plaintext

#\DeclareLyXModule{Standard Theorems (Numbered by Section)}
#\DeclareCategory{Maths}
#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
# Author: Richard Heck <rgheck@comcast.net>
Format 85
Counter theorem
GuiName Theorem
Within section
End
Style Theorem
Preamble
\theoremstyle{plain}
\newtheorem{thm}{\protect\theoremname}[section]
EndPreamble
End