]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-chap.module
Update docs to 2.2.0beta1 format
[lyx.git] / lib / layouts / theorems-chap.module
index a3d2ecd9dceebb41e4dd0fa48d3f05a09ebf9309..62ebe07d1b5dd7cb7aa7411a658945ffcb4de4c4 100644 (file)
@@ -1,26 +1,28 @@
-#\DeclareLyXModule{Theorems (Order By Chapter)}
+#\DeclareLyXModule{Theorems (Numbered by Chapter)}
 #DescriptionBegin
-#Numbers theorems and the like by chapter. Use this module only with
-#layouts that provide a chapter environment.
+#Numbers theorems and the like by chapter (i.e., the counter is reset at
+#each chapter start). Use this module only with document classes that provide a chapter
+#environment.
 #DescriptionEnd
 #Requires: theorems-std | theorems-ams
+#Excludes: theorems-sec
+#Category: theorems
 
 # Author: Richard Heck <rgheck@comcast.net>
 
-Format 6
+Format 59
 
-Counter
-       Name           theorem
+Counter theorem
        Within         chapter
 End
 
 Style Theorem
        Preamble
+               \theoremstyle{plain}
                \ifx\thechapter\undefined
-                       \newtheorem{thm}{Theorem}
+                       \newtheorem{thm}{\protect\theoremname}
                \else
-                       \newtheorem{thm}{Theorem}[chapter]
+                       \newtheorem{thm}{\protect\theoremname}[chapter]
                \fi
-               
        EndPreamble
 End