]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-chap.module
lyx_2_3.py: whitespace fixes
[lyx.git] / lib / layouts / theorems-chap.module
index f72d8b85db95c2936b2740f0bc47c7512c69dc05..b41b5a2d3f7d1b5840b8e3a9b571f8f803ded592 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 14
+Format 63
 
 Counter theorem
        Within         chapter
@@ -23,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