From 6b420fa63090908f2da664f3130538073c65a845 Mon Sep 17 00:00:00 2001 From: Aaron Kaiser Date: Mon, 15 May 2023 16:22:09 +0200 Subject: [PATCH] moved related work in its own file --- thesis/Abschlussarbeit.tex | 2 +- thesis/section/related_work.tex | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 thesis/section/related_work.tex diff --git a/thesis/Abschlussarbeit.tex b/thesis/Abschlussarbeit.tex index aa19387..d258206 100644 --- a/thesis/Abschlussarbeit.tex +++ b/thesis/Abschlussarbeit.tex @@ -96,7 +96,7 @@ abstract \input{sections/introduction} -\section{Related Work} +\input{section/related_work} \input{sections/preliminaries} diff --git a/thesis/section/related_work.tex b/thesis/section/related_work.tex new file mode 100644 index 0000000..97805b9 --- /dev/null +++ b/thesis/section/related_work.tex @@ -0,0 +1 @@ +\section{Related Work} \ No newline at end of file