lyx_mirror/lib/layouts/theorems-sec.module
Juergen Spitzmueller 19975d07dd Update layouts
2023-07-25 13:44:29 +02:00

26 lines
526 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 Kimberly Heck <rikiheck@lyx.org>
Format 102
Counter theorem
GuiName Theorem
Within section
LaTeXName thm
End
Style Theorem
Preamble
\theoremstyle{plain}
\newtheorem{thm}{\protect\theoremname}[section]
EndPreamble
End