12 lines
482 B
TeX
12 lines
482 B
TeX
% Some common AMSTHM configurations
|
|
\newtheorem{theorem}{Theorem}[section]
|
|
\newtheorem{lemma}[theorem]{Lemma}
|
|
\newtheorem{corollary}[theorem]{Corollary}
|
|
\newtheorem{proposition}[theorem]{Proposition}
|
|
\newtheorem{conjecture}[theorem]{Conjecture}
|
|
\theoremstyle{definition}
|
|
\newtheorem{question}[theorem]{Question}
|
|
\newtheorem{construction}[theorem]{Construction}
|
|
\newtheorem{definition}[theorem]{Definition}
|
|
\newtheorem{remark}[theorem]{Remark}
|
|
\newtheorem{example}[theorem]{Example}
|