mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
21 lines
342 B
Plaintext
21 lines
342 B
Plaintext
|
#\DeclareLyXModule{Theorems (Order By Section)}
|
||
|
#DescriptionBegin
|
||
|
#Order theorems by section.
|
||
|
#DescriptionEnd
|
||
|
#Requires: Theorems | Theorems (AMS)
|
||
|
|
||
|
# Author: Richard Heck <rgheck@comcast.net>
|
||
|
|
||
|
Format 6
|
||
|
|
||
|
Counter
|
||
|
Name theorem
|
||
|
Within section
|
||
|
End
|
||
|
|
||
|
Style Theorem
|
||
|
Preamble
|
||
|
\newtheorem{thm}{Theorem}[section]
|
||
|
EndPreamble
|
||
|
End
|