]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-sec.module
forbid spellchecking in code layouts
[lyx.git] / lib / layouts / theorems-sec.module
index ba800fe4ca9dd9bfcf90a23e5362b881b6b8b254..4f40e53081520cbed83c7b7c63742c720d418503 100644 (file)
@@ -9,7 +9,7 @@
 
 # Author: Richard Heck <rgheck@comcast.net>
 
-Format 22
+Format 31
 
 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