X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Ftheorems-chap.module;h=62ebe07d1b5dd7cb7aa7411a658945ffcb4de4c4;hb=ce071eec92fe406721a0e925eb2b6152963e42f2;hp=b561620a5ff03192d73e7e54c72d5d82456f5d18;hpb=64baf4dedc9385e37474600a7fa6de1fa9d5def5;p=lyx.git diff --git a/lib/layouts/theorems-chap.module b/lib/layouts/theorems-chap.module index b561620a5f..62ebe07d1b 100644 --- a/lib/layouts/theorems-chap.module +++ b/lib/layouts/theorems-chap.module @@ -1,26 +1,28 @@ -#\DeclareLyXModule{Theorems (Order 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 9 +Format 59 -Counter - Name theorem +Counter theorem Within chapter 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