From bc0e316ab669dc72629bbc6fd1fba8cb8e781b1e Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Mon, 1 Feb 2021 21:23:19 +0100 Subject: [PATCH] =?UTF-8?q?Teil=20Einf=C3=BChrung=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.tex | 2 +- chapters/Einführung/Einführung.tex | 1 + chapters/ExampleChapter.tex | 5 ----- chapters/ExamplePart/ExampleChapter.tex | 5 ----- parts/Einführung.tex | 3 +++ parts/ExamplePart.tex | 3 --- 6 files changed, 5 insertions(+), 14 deletions(-) create mode 100644 chapters/Einführung/Einführung.tex delete mode 100644 chapters/ExampleChapter.tex delete mode 100644 chapters/ExamplePart/ExampleChapter.tex create mode 100644 parts/Einführung.tex delete mode 100644 parts/ExamplePart.tex diff --git a/Content.tex b/Content.tex index 2bd7cb1..3903054 100644 --- a/Content.tex +++ b/Content.tex @@ -1,4 +1,4 @@ %all the main content goes here \pagenumbering{arabic} -\input{parts/ExamplePart.tex} +\input{parts/Einführung.tex} diff --git a/chapters/Einführung/Einführung.tex b/chapters/Einführung/Einführung.tex new file mode 100644 index 0000000..d528434 --- /dev/null +++ b/chapters/Einführung/Einführung.tex @@ -0,0 +1 @@ +\chapter{Einführung} \ No newline at end of file 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 diff --git a/chapters/ExamplePart/ExampleChapter.tex b/chapters/ExamplePart/ExampleChapter.tex deleted file mode 100644 index 82f3050..0000000 --- a/chapters/ExamplePart/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 diff --git a/parts/Einführung.tex b/parts/Einführung.tex new file mode 100644 index 0000000..2a78505 --- /dev/null +++ b/parts/Einführung.tex @@ -0,0 +1,3 @@ +\part{Einführung} + +\input{chapters/Einführung/Einführung.tex} \ No newline at end of file diff --git a/parts/ExamplePart.tex b/parts/ExamplePart.tex deleted file mode 100644 index efc1090..0000000 --- a/parts/ExamplePart.tex +++ /dev/null @@ -1,3 +0,0 @@ -\part{Example Part} - -\input{chapters/ExamplePart/ExampleChapter.tex} \ No newline at end of file