]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-sec.module
Allow footnotes in floating tables via tablefootnote package
[lyx.git] / lib / layouts / theorems-sec.module
index c83a73db1b4ef5b985ac940de2bff2d4c69ff231..6d9b59ffebd558f5a2f017d6a2a4ea62a009f799 100644 (file)
@@ -9,7 +9,7 @@
 
 # Author: Richard Heck <rgheck@comcast.net>
 
-Format 27
+Format 65
 
 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