X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Ftheorems-chap.module;h=1b754ee4b68c55e29e665c138fce40753920a95d;hb=bbf287a3c603b40e41007be54872e939b996319d;hp=f7a2764a284ffeb50a8577d8da37f021f8847162;hpb=85cf71f69ab3f7f39cee7c2578de8ad7e70be332;p=lyx.git diff --git a/lib/layouts/theorems-chap.module b/lib/layouts/theorems-chap.module index f7a2764a28..1b754ee4b6 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 10 +Format 68 Counter theorem Within chapter @@ -16,11 +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