From 71d8a848fd62a5b3b0e1e85a571ab4c981bf82ff Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Wed, 2 Feb 2022 00:42:35 +0100 Subject: [PATCH] Add all chapters --- chapters/analyse/analyse.tex | 1 + chapters/conclusion/conclusion.tex | 1 + chapters/evaluation/evaluation.tex | 1 + chapters/realisation/realisation.tex | 1 + thesis.tex | 4 ++++ 5 files changed, 8 insertions(+) create mode 100644 chapters/analyse/analyse.tex create mode 100644 chapters/conclusion/conclusion.tex create mode 100644 chapters/evaluation/evaluation.tex create mode 100644 chapters/realisation/realisation.tex diff --git a/chapters/analyse/analyse.tex b/chapters/analyse/analyse.tex new file mode 100644 index 0000000..77010e2 --- /dev/null +++ b/chapters/analyse/analyse.tex @@ -0,0 +1 @@ +\chapter{Analyse} \ No newline at end of file diff --git a/chapters/conclusion/conclusion.tex b/chapters/conclusion/conclusion.tex new file mode 100644 index 0000000..3d8c0ef --- /dev/null +++ b/chapters/conclusion/conclusion.tex @@ -0,0 +1 @@ +\chapter{Fazit} \ No newline at end of file diff --git a/chapters/evaluation/evaluation.tex b/chapters/evaluation/evaluation.tex new file mode 100644 index 0000000..120676c --- /dev/null +++ b/chapters/evaluation/evaluation.tex @@ -0,0 +1 @@ +\chapter{Evaluation} \ No newline at end of file diff --git a/chapters/realisation/realisation.tex b/chapters/realisation/realisation.tex new file mode 100644 index 0000000..3f1dba4 --- /dev/null +++ b/chapters/realisation/realisation.tex @@ -0,0 +1 @@ +\chapter{Umsetzung und Realisierung} \ No newline at end of file diff --git a/thesis.tex b/thesis.tex index 20f56f7..c8856c7 100644 --- a/thesis.tex +++ b/thesis.tex @@ -94,6 +94,10 @@ \part{Thesis}\label{pt:thesis} \include{chapters/intro/intro} \include{chapters/basics/basics} +\include{chapters/analyse/analyse} +\include{chapters/realisation/realisation} +\include{chapters/evaluation/evaluation} +\include{chapters/conclusion/conclusion} \include{quellenzusammenfassung.tex} %************************************************************************* % Recommendations