format: define thm/lem/prop before rmk...
This commit is contained in:
parent
404644def9
commit
77c20c4630
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user