From d56c63a24d2542ed929541c4908daea66c65a8f8 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Tue, 26 Jan 2021 10:54:25 +0100 Subject: [PATCH] transformed Template and removed example chapter --- Content.tex | 2 -- Template_Summary.tex => ML_Zusammenfassung.tex | 14 +++++++++----- chapters/ExampleChapter.tex | 5 ----- 3 files changed, 9 insertions(+), 12 deletions(-) rename Template_Summary.tex => ML_Zusammenfassung.tex (58%) delete mode 100644 chapters/ExampleChapter.tex diff --git a/Content.tex b/Content.tex index 794f959..5d2688c 100644 --- a/Content.tex +++ b/Content.tex @@ -1,4 +1,2 @@ %all the main content goes here \pagenumbering{arabic} - -\input{chapters/ExampleChapter.tex} \ No newline at end of file diff --git a/Template_Summary.tex b/ML_Zusammenfassung.tex similarity index 58% rename from Template_Summary.tex rename to ML_Zusammenfassung.tex index 314c8c3..e414210 100644 --- a/Template_Summary.tex +++ b/ML_Zusammenfassung.tex @@ -9,11 +9,15 @@ \input{Packages.tex} \input{Style.tex} -\def \AUTHOR{Example Author\\author@example.com} -\def \MODULE{ExampleModule} -\def \MODULECOMPACT{EM} -\def \AUTHORCOMPACT{Example Author} -\def \DATE{Example Date} +\def \AUTHOR{ + Paul Lödige\\ + Matrikel Nr.: 15405036\\ + \href{mailto:paul.loedige@stud.th-owl.de}{paul.loedige@stud.th-owl.de} +} +\def \AUTHORCOMPACT{Paul Lödige} +\def \MODULE{Maschinelles Lernen} +\def \MODULECOMPACT{ML} +\def \DATE{WS 2020/21} \begin{document} diff --git a/chapters/ExampleChapter.tex b/chapters/ExampleChapter.tex deleted file mode 100644 index 82f3050..0000000 --- a/chapters/ExampleChapter.tex +++ /dev/null @@ -1,5 +0,0 @@ -\chapter{Example Chapter} -Example Text using \acs{example} -\clearpage -\section{Example Section} -Example Page 2 \ No newline at end of file