lyx_mirror/lib/layouts/theorems-sec.module
Juergen Spitzmueller 1ed5aa3a3e Update layout formats
2019-08-12 14:54:52 +02:00

24 lines
494 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 80
Counter theorem
Within section
End
Style Theorem
Preamble
\theoremstyle{plain}
\newtheorem{thm}{\protect\theoremname}[section]
EndPreamble
End