]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-sec.module
Don't need \makeat*.
[lyx.git] / lib / layouts / theorems-sec.module
index c83a73db1b4ef5b985ac940de2bff2d4c69ff231..72b9995b294c06209ed164e3b98af987b90175f4 100644 (file)
@@ -9,7 +9,7 @@
 
 # Author: Richard Heck <rgheck@comcast.net>
 
-Format 27
+Format 30
 
 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