]> 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 ef7dfda5b9b203bb99e068a123fb85e26d520591..4f40e53081520cbed83c7b7c63742c720d418503 100644 (file)
@@ -9,7 +9,7 @@
 
 # Author: Richard Heck <rgheck@comcast.net>
 
-Format 24
+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