mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
8d541e3675
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22462 a592a061-630c-0410-9148-cb99ea01b6c8
22 lines
419 B
Plaintext
22 lines
419 B
Plaintext
#\DeclareLyXModule{Theorems (Order By Chapter)}
|
|
#DescriptionBegin
|
|
#Defines some theorem environments for use with non-AMS classes. The theorems are
|
|
#numbered by chapter.
|
|
#DescriptionEnd
|
|
#Requires: Theorems | Theorems (AMS)
|
|
|
|
# Author: Richard Heck <rgheck@comcast.net>
|
|
|
|
Format 6
|
|
|
|
Counter
|
|
Name theorem
|
|
Within chapter
|
|
End
|
|
|
|
Style Theorem
|
|
Preamble
|
|
\newtheorem{thm}{Theorem}[chapter]
|
|
EndPreamble
|
|
End
|