mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
b4341a8dae
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22464 a592a061-630c-0410-9148-cb99ea01b6c8
21 lines
357 B
Plaintext
21 lines
357 B
Plaintext
#\DeclareLyXModule{Theorems (Order By Chapter)}
|
|
#DescriptionBegin
|
|
#Numbers theorems and the like 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
|