X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Ftheorems-chap.module;h=40727f1b41e74fb724a73cb16a30b8fb5899a58b;hb=9c8955ffd9df1a38a617bcbdf011c7b890ea23d1;hp=da4e052a602b361a0391be2b38ab24dfbcad481c;hpb=2bb93b6c549e5a059b5e5cc63c7a25398b1c5d6d;p=lyx.git diff --git a/lib/layouts/theorems-chap.module b/lib/layouts/theorems-chap.module index da4e052a60..40727f1b41 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 8 +Format 45 -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