X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Ftheorems-chap.module;h=40727f1b41e74fb724a73cb16a30b8fb5899a58b;hb=4beba4e8f87ca218473448caf10563b99faf7b21;hp=2971ec0288e628eb801d6031b6079a45c793922e;hpb=637d7399a7027076c986600419889a06381b636f;p=lyx.git diff --git a/lib/layouts/theorems-chap.module b/lib/layouts/theorems-chap.module index 2971ec0288..40727f1b41 100644 --- a/lib/layouts/theorems-chap.module +++ b/lib/layouts/theorems-chap.module @@ -1,7 +1,7 @@ #\DeclareLyXModule{Theorems (Numbered by Chapter)} #DescriptionBegin #Numbers theorems and the like by chapter (i.e., the counter is reset at -#each chapter start). Use this module only with layouts that provide a chapter +#each chapter start). Use this module only with document classes that provide a chapter #environment. #DescriptionEnd #Requires: theorems-std | theorems-ams @@ -10,7 +10,7 @@ # Author: Richard Heck -Format 14 +Format 45 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