]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-chap.module
fix typos.
[lyx.git] / lib / layouts / theorems-chap.module
index a83b4b5894dca11b6a0fb9bbc695996b653bd9d8..35a95dee599844294a81bc65715eb9fdc6c2ce3e 100644 (file)
@@ -1,10 +1,12 @@
-#\DeclareLyXModule{Theorems (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>
 
@@ -16,6 +18,7 @@ End
 
 Style Theorem
        Preamble
+               \theoremstyle{plain}
                \ifx\thechapter\undefined
                        \newtheorem{thm}{\protect\theoremname}
                \else