X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Ftheorems-chap.module;h=40727f1b41e74fb724a73cb16a30b8fb5899a58b;hb=4beba4e8f87ca218473448caf10563b99faf7b21;hp=e7422cd0479333bddac963cf17bb570b17c83a21;hpb=8d541e36753cc01d43d47d0f4f3273bdd3ec40a9;p=lyx.git diff --git a/lib/layouts/theorems-chap.module b/lib/layouts/theorems-chap.module index e7422cd047..40727f1b41 100644 --- a/lib/layouts/theorems-chap.module +++ b/lib/layouts/theorems-chap.module @@ -1,21 +1,28 @@ -#\DeclareLyXModule{Theorems (Order By Chapter)} +#\DeclareLyXModule{Theorems (Numbered by Chapter)} #DescriptionBegin -#Defines some theorem environments for use with non-AMS classes. The theorems are -#numbered by chapter. +#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 | Theorems (AMS) +#Requires: theorems-std | theorems-ams +#Excludes: theorems-sec +#Category: theorems # Author: Richard Heck -Format 6 +Format 45 -Counter - Name theorem +Counter theorem Within chapter End Style Theorem Preamble - \newtheorem{thm}{Theorem}[chapter] + \theoremstyle{plain} + \ifx\thechapter\undefined + \newtheorem{thm}{\protect\theoremname} + \else + \newtheorem{thm}{\protect\theoremname}[chapter] + \fi EndPreamble End