lib/softcover/book_template/latex_styles/softcover.sty in softcover-1.9.1 vs lib/softcover/book_template/latex_styles/softcover.sty in softcover-1.10.0

- old
+ new

@@ -215,8 +215,29 @@ BoldItalicFont = Times New Roman Bold Italic, SmallCapsFont = Bodoni 72 Smallcaps] {Times New Roman} \setmonofont{Courier} +\theoremstyle{plain} +\newtheorem{theorem}{Theorem}[chapter] +\newtheorem{lemma}[theorem]{Lemma} +\newtheorem{corollary}[theorem]{Corollary} +\newtheorem{proposition}[theorem]{Proposition} +\newtheorem{conjecture}[theorem]{Conjecture} +\theoremstyle{definition} +\newtheorem{definition}[theorem]{Definition} +\newtheorem{problem}[theorem]{Problem} +\newtheorem{example}[theorem]{Example} +\newtheorem{exercise}[theorem]{Exercise} +\theoremstyle{remark} +\newtheorem{axiom}[theorem]{Axiom} +\newtheorem{remark}[theorem]{Remark} +\newtheorem{claim}[theorem]{Claim} + +% Restore the default "theorem" theorem style. +% This can still be overriden in custom style files +% or in the main file. +\theoremstyle{plain} + % Include custom commands. \usepackage{latex_styles/custom} \usepackage{latex_styles/custom_pdf}