X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Ftheorems-chap.module;h=73966247ed7106da5cff1cc41d31a02f485f3b4a;hb=c8c1c15631712d458e98b612ba8c049a7ae4d260;hp=df1ac444cf51a66081d964d13d45c05d6d33bd08;hpb=d252730dff10221be69df2a8c889cd311ae20e27;p=lyx.git diff --git a/lib/layouts/theorems-chap.module b/lib/layouts/theorems-chap.module index df1ac444cf..73966247ed 100644 --- a/lib/layouts/theorems-chap.module +++ b/lib/layouts/theorems-chap.module @@ -1,26 +1,30 @@ -#\DeclareLyXModule{Theorems (Order By Chapter)} +#\DeclareLyXModule{Standard Theorems (Numbered by Chapter)} +#\DeclareCategory{Maths} #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 -# Author: Richard Heck +# Author: Richard Kimberly Heck -Format 7 +Format 98 -Counter - Name theorem - Within chapter +Counter theorem + GuiName Theorem + Within chapter + LaTeXName thm 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