]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-chap.module
DocBook: implement title for layouts that previously missed it.
[lyx.git] / lib / layouts / theorems-chap.module
index 2971ec0288e628eb801d6031b6079a45c793922e..1e1142027c450f2027232e25be2ba23eace00946 100644 (file)
@@ -1,18 +1,19 @@
-#\DeclareLyXModule{Theorems (Numbered by Chapter)}
+#\DeclareLyXModule{Standard Theorems (Numbered by Chapter)}
+#\DeclareCategory{Maths}
 #DescriptionBegin
 #Numbers theorems and the like by chapter (i.e., the counter is reset at
-#each chapter start). Use this module only with layouts that provide a chapter
+#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 85
 
 Counter theorem
+       GuiName Theorem
        Within         chapter
 End
 
@@ -25,10 +26,4 @@ Style Theorem
                        \newtheorem{thm}{\protect\theoremname}[chapter]
                \fi
        EndPreamble
-       LangPreamble
-               \providecommand{\theoremname}{_(Theorem)}
-       EndLangPreamble
-       BabelPreamble
-               \addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}
-       EndBabelPreamble
 End