]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-sec.module
iucr.layout: use Item_Environment for a style as proposed by Jürgen
[lyx.git] / lib / layouts / theorems-sec.module
index 6494a2c010a0db4d6b4757f67ccce3a324765497..8675d2d9b2fb8d3c15cc018b488d760f2103200d 100644 (file)
@@ -9,7 +9,7 @@
 
 # Author: Richard Heck <rgheck@comcast.net>
 
-Format 19
+Format 54
 
 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