]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-sec.module
Add development manual.
[lyx.git] / lib / layouts / theorems-sec.module
index c83a73db1b4ef5b985ac940de2bff2d4c69ff231..741b1f54c71b7f40defb22dab2f82c6b1d9b8488 100644 (file)
@@ -9,7 +9,7 @@
 
 # Author: Richard Heck <rgheck@comcast.net>
 
-Format 27
+Format 44
 
 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