mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
f9b4dde589
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37431 a592a061-630c-0410-9148-cb99ea01b6c8
24 lines
480 B
Plaintext
24 lines
480 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 33
|
|
|
|
Counter theorem
|
|
Within section
|
|
End
|
|
|
|
Style Theorem
|
|
Preamble
|
|
\theoremstyle{plain}
|
|
\newtheorem{thm}{\protect\theoremname}[section]
|
|
EndPreamble
|
|
End
|