diff --git a/format/math.tex b/format/math.tex index 9e0485a..7d61fb7 100644 --- a/format/math.tex +++ b/format/math.tex @@ -29,13 +29,6 @@ { }% space after theorem head; " " = normal interword space {\thmname{#1}\thmnumber{ #2}\textnormal{\thmnote{ (#3)}}} -\theoremstyle{remark} -\newtheorem*{rmk}{Remark} -\newtheorem*{note}{Note} -\theoremstyle{defn} -\newtheorem{defn}{Definition} -\newtheorem{rmd}{Reminder} -\newtheorem{clm}{Claim} \theoremstyle{thm} \newtheorem{thm}{Theorem} \renewcommand{\thethm}{\arabic{thm}} @@ -43,6 +36,13 @@ \renewcommand{\thelem}{\arabic{lem}} \newtheorem{prop}{Proposition} \renewcommand{\theprop}{\arabic{prop}} +\theoremstyle{defn} +\newtheorem{defn}{Definition} +\newtheorem{rmd}{Reminder} +\newtheorem{clm}{Claim} +\theoremstyle{remark} +\newtheorem*{rmk}{Remark} +\newtheorem*{note}{Note} % --------- Cleveref ----------- \usepackage{cleveref}