]> 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 ba800fe4ca9dd9bfcf90a23e5362b881b6b8b254..2ddffc569b9a90b6289b0a218362f0e8132dd3b3 100644 (file)
@@ -9,7 +9,7 @@
 
 # Author: Richard Heck <rgheck@comcast.net>
 
-Format 22
+Format 45
 
 Counter theorem
        Within         section
@@ -20,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