lyx_mirror/lib/layouts/theorems-sec.module

26 lines
526 B
Plaintext
Raw Normal View History

#\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
2020-12-05 22:09:17 +00:00
# Author: Richard Kimberly Heck <rikiheck@lyx.org>
2023-07-25 11:44:29 +00:00
Format 102
Counter theorem
2020-05-03 02:37:18 +00:00
GuiName Theorem
Within section
LaTeXName thm
End
Style Theorem
Preamble
\theoremstyle{plain}
\newtheorem{thm}{\protect\theoremname}[section]
EndPreamble
End