]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-chap.module
RJournal template and layout: move ERTs to layout
[lyx.git] / lib / layouts / theorems-chap.module
index 2b986a5803ad0295658a1a8ee86aa1ffa64c49ca..40727f1b41e74fb724a73cb16a30b8fb5899a58b 100644 (file)
@@ -1,14 +1,16 @@
-#\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>
 
-Format 11
+Format 45
 
 Counter theorem
        Within         chapter
@@ -16,10 +18,11 @@ 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