From 4f0710f9ff36fbfbea730ce7ee097845a8da77b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= Date: Mon, 27 Jan 2020 18:11:09 +0000 Subject: [PATCH] Adjust theorem numbering. --- thesis.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thesis.tex b/thesis.tex index a54a0a7..fdbb5b5 100644 --- a/thesis.tex +++ b/thesis.tex @@ -53,7 +53,7 @@ %% %% Theorem environments %% -\newtheorem{theorem}{Theorem}[section] +\newtheorem{theorem}{Theorem}[chapter] \newtheorem{lemma}[theorem]{Lemma} \newtheorem{proposition}[theorem]{Proposition} \newtheorem{corollary}[theorem]{Corollary}