X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Ftheorems-chap.module;h=b41b5a2d3f7d1b5840b8e3a9b571f8f803ded592;hb=6c2a8df504b098d9af466552887073d3a19ae3b2;hp=2b986a5803ad0295658a1a8ee86aa1ffa64c49ca;hpb=a2f4949d3842eb2fe5a692031a8f6ccb995b3d24;p=lyx.git diff --git a/lib/layouts/theorems-chap.module b/lib/layouts/theorems-chap.module index 2b986a5803..b41b5a2d3f 100644 --- a/lib/layouts/theorems-chap.module +++ b/lib/layouts/theorems-chap.module @@ -1,14 +1,16 @@ -#\DeclareLyXModule{Theorems (By Chapter)} +#\DeclareLyXModule{Theorems (Numbered by Chapter)} #DescriptionBegin -#Numbers theorems and the like by chapter. Use this module only with -#layouts that provide a chapter environment. +#Numbers theorems and the like by chapter (i.e., the counter is reset at +#each chapter start). Use this module only with document classes that provide a chapter +#environment. #DescriptionEnd #Requires: theorems-std | theorems-ams #Excludes: theorems-sec +#Category: theorems # Author: Richard Heck -Format 11 +Format 63 Counter theorem Within chapter @@ -16,10 +18,11 @@ End Style Theorem Preamble + \theoremstyle{plain} \ifx\thechapter\undefined - \newtheorem{thm}{Theorem} + \newtheorem{thm}{\protect\theoremname} \else - \newtheorem{thm}{Theorem}[chapter] + \newtheorem{thm}{\protect\theoremname}[chapter] \fi EndPreamble End