]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-sec.module
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / lib / layouts / theorems-sec.module
index 754ebc965bde9228490fe048766cce975abea8c3..2ddffc569b9a90b6289b0a218362f0e8132dd3b3 100644 (file)
@@ -1,6 +1,7 @@
-#\DeclareLyXModule{Theorems (By Section)}
+#\DeclareLyXModule{Theorems (Numbered by Section)}
 #DescriptionBegin
-#Numbers theorems and the like by section.
+#Numbers theorems and the like by section (i.e., the counter is reset at
+#each section start).
 #DescriptionEnd
 #Requires: theorems-std | theorems-ams
 #Excludes: theorems-chap
@@ -8,7 +9,7 @@
 
 # Author: Richard Heck <rgheck@comcast.net>
 
-Format 14
+Format 45
 
 Counter theorem
        Within         section
@@ -19,10 +20,4 @@ Style Theorem
                \theoremstyle{plain}
                \newtheorem{thm}{\protect\theoremname}[section]
        EndPreamble
-       LangPreamble
-               \providecommand{\theoremname}{_(Theorem)}
-       EndLangPreamble
-       BabelPreamble
-               \addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}
-       EndBabelPreamble
 End