From 813ea00c1e423b4fb085abe10a9b6f95083cee2c Mon Sep 17 00:00:00 2001
From: Florian Unger <florian.unger@fau.de>
Date: Fri, 6 Oct 2023 08:59:01 +0200
Subject: [PATCH] old changes w/o commit

---
 Datenstrukturen_und_Algorithmen.tex | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/Datenstrukturen_und_Algorithmen.tex b/Datenstrukturen_und_Algorithmen.tex
index e142bd1..dfcddae 100644
--- a/Datenstrukturen_und_Algorithmen.tex
+++ b/Datenstrukturen_und_Algorithmen.tex
@@ -16,15 +16,17 @@
 \usepackage{nccmath,mathtools}
 \usepackage{unicode-math}
 
+\usepackage{amsthm}
+\newtheorem{theorem}{Theorem}[section]
+\newtheorem{corollary}[theorem]{Corollary}
+\newtheorem{proposition}[theorem]{Proposition}
+\newtheorem{lemma}[theorem]{Lemma}
+\newtheorem{conjecture}[theorem]{Conjecture}
 
 \theoremstyle{definition}
-\newtheorem{definition}{Definition}
-\newtheorem{example}{Beispiel}
-\theoremstyle{plain}
-\newtheorem{theorem}{Satz}
-\newtheorem{proposition}{Proposition}
-\newtheorem{lemma}{Lemma}
-\usepackage{commath}
+\newtheorem{definition}[theorem]{Definition}
+\newtheorem{remark}[theorem]{Remark}
+\newtheorem{example}[theorem]{Example}
 
 %custom math macros
 \usepackage{mathtools}
-- 
GitLab