]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-chap.module
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[lyx.git] / lib / layouts / theorems-chap.module
index a83b4b5894dca11b6a0fb9bbc695996b653bd9d8..73966247ed7106da5cff1cc41d31a02f485f3b4a 100644 (file)
@@ -1,31 +1,30 @@
-#\DeclareLyXModule{Theorems (By Chapter)}
+#\DeclareLyXModule{Standard Theorems (Numbered by Chapter)}
+#\DeclareCategory{Maths}
 #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
 
-# Author: Richard Heck <rgheck@comcast.net>
+# Author: Richard Kimberly Heck <rikiheck@lyx.org>
 
-Format 14
+Format 98
 
 Counter theorem
-       Within         chapter
+       GuiName Theorem
+       Within chapter
+       LaTeXName thm
 End
 
 Style Theorem
        Preamble
+               \theoremstyle{plain}
                \ifx\thechapter\undefined
                        \newtheorem{thm}{\protect\theoremname}
                \else
                        \newtheorem{thm}{\protect\theoremname}[chapter]
                \fi
        EndPreamble
-       LangPreamble
-               \providecommand{\theoremname}{_(Theorem)}
-       EndLangPreamble
-       BabelPreamble
-               \addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}
-       EndBabelPreamble
 End