]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-chap.module
Allow for cite engine and format definitions/modifications in layouts
[lyx.git] / lib / layouts / theorems-chap.module
index 07d83f80b6c914eaaf30cbaf6836ef7fc5b03c4c..1b754ee4b68c55e29e665c138fce40753920a95d 100644 (file)
@@ -1,7 +1,8 @@
-#\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
@@ -9,7 +10,7 @@
 
 # Author: Richard Heck <rgheck@comcast.net>
 
-Format 14
+Format 68
 
 Counter theorem
        Within         chapter
@@ -24,10 +25,4 @@ Style Theorem
                        \newtheorem{thm}{\protect\theoremname}[chapter]
                \fi
        EndPreamble
-       LangPreamble
-               \providecommand{\theoremname}{_(Theorem)}
-       EndLangPreamble
-       BabelPreamble
-               \addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}
-       EndBabelPreamble
 End