X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Ftheorems-chap.module;h=b41b5a2d3f7d1b5840b8e3a9b571f8f803ded592;hb=6c2a8df504b098d9af466552887073d3a19ae3b2;hp=c1245e1605596973aedd81b30cc3b253d3ab27c3;hpb=2dfaebd2433d4dba46d50bca3d5b02044b54ff64;p=lyx.git diff --git a/lib/layouts/theorems-chap.module b/lib/layouts/theorems-chap.module index c1245e1605..b41b5a2d3f 100644 --- a/lib/layouts/theorems-chap.module +++ b/lib/layouts/theorems-chap.module @@ -10,7 +10,7 @@ # Author: Richard Heck -Format 25 +Format 63 Counter theorem Within chapter @@ -25,10 +25,4 @@ Style Theorem \newtheorem{thm}{\protect\theoremname}[chapter] \fi EndPreamble - LangPreamble - \providecommand{\theoremname}{_(Theorem)} - EndLangPreamble - BabelPreamble - \addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}} - EndBabelPreamble End