#\DeclareLyXModule{Theorems (By Chapter)} #DescriptionBegin #Numbers theorems and the like by chapter. Use this module only with #layouts that provide a chapter environment. #DescriptionEnd #Requires: theorems-std | theorems-ams #Excludes: theorems-sec # Author: Richard Heck Format 14 Counter theorem Within chapter End Style Theorem Preamble \ifx\thechapter\undefined \newtheorem{thm}{\protect\theoremname} \else \newtheorem{thm}{\protect\theoremname}[chapter] \fi EndPreamble LangPreamble \providecommand{\theoremname}{_(Theorem)} EndLangPreamble BabelPreamble \addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}} EndBabelPreamble End