From 78b88510dd8403cbded7090cc8a3c2aef8826afd Mon Sep 17 00:00:00 2001 From: Atri Rudra Date: Sun, 13 Dec 2020 12:49:27 -0500 Subject: [PATCH] Changed all thm etc. to have same counter --- macros.tex | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/macros.tex b/macros.tex index aa7afe5..7938cd1 100644 --- a/macros.tex +++ b/macros.tex @@ -249,16 +249,17 @@ \DeclareMathAlphabet{\mathbbold}{U}{bbold}{m}{n} \newtheorem{Theorem}{Theorem}[section] -\newtheorem{Definition}{Definition} -\newtheorem{Lemma}{Lemma} -\newtheorem{Proposition}{Proposition} -\newtheorem{Property}{Property} -\newtheorem{Corollary}{Corollary} -\newtheorem{Claim}{Claim} -\newtheorem{Example}{Example} -\newtheorem{Axiom}{Axiom} -\newtheorem{Question}{Question} -\newtheorem{Assumption}{Assumption} +\newtheorem{Definition}[Theorem]{Definition} +\newtheorem{Lemma}[Theorem]{Lemma} +\newtheorem{Proposition}[Theorem]{Proposition} +\newtheorem{Property}[Theorem]{Property} +\newtheorem{Corollary}[Theorem]{Corollary} +\newtheorem{Claim}[Theorem]{Claim} +\newtheorem{Example}[Theorem]{Example} +\newtheorem{Axiom}[Theorem]{Axiom} +\newtheorem{Question}[Theorem]{Question} +\newtheorem{Assumption}[Theorem]{Assumption} +\newtheorem{hypo}[Theorem]{Conjecture}