From 285c28c9a02b58baa0247a1b7188f1503a009c6a Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Mon, 1 Feb 2021 12:06:22 +0100 Subject: [PATCH] changed structure --- .gitignore | 2 ++ Content.tex | 2 +- Style.tex | 5 ++--- chapters/{ => ExamplePart}/ExampleChapter.tex | 0 parts/ExamplePart.tex | 3 +++ 5 files changed, 8 insertions(+), 4 deletions(-) rename chapters/{ => ExamplePart}/ExampleChapter.tex (100%) create mode 100644 parts/ExamplePart.tex diff --git a/.gitignore b/.gitignore index 945fb52..9f182ce 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ !*.bib !images !images/* +!parts +!parts/* !chapters !chapters/* !appendix diff --git a/Content.tex b/Content.tex index 794f959..62a4a10 100644 --- a/Content.tex +++ b/Content.tex @@ -1,4 +1,4 @@ %all the main content goes here \pagenumbering{arabic} -\input{chapters/ExampleChapter.tex} \ No newline at end of file +\input{parts/ExamplePart.tex} \ No newline at end of file diff --git a/Style.tex b/Style.tex index e415da3..b6fd294 100644 --- a/Style.tex +++ b/Style.tex @@ -9,8 +9,7 @@ \pagestyle{fancy} \fancyhf{} -\lhead{\large\rightmark} -\chead{\textbf{Zusammenfassung \MODULE \\\vspace{2mm}}} -\rhead{\leftmark} +\chead{\textbf{Zusammenfassung \MODULE \\\vspace{1mm}}} +\lhead{\leftmark} \lfoot{\AUTHORCOMPACT~|~\DATE} \rfoot{\thepage} \ No newline at end of file diff --git a/chapters/ExampleChapter.tex b/chapters/ExamplePart/ExampleChapter.tex similarity index 100% rename from chapters/ExampleChapter.tex rename to chapters/ExamplePart/ExampleChapter.tex diff --git a/parts/ExamplePart.tex b/parts/ExamplePart.tex new file mode 100644 index 0000000..efc1090 --- /dev/null +++ b/parts/ExamplePart.tex @@ -0,0 +1,3 @@ +\part{Example Part} + +\input{chapters/ExamplePart/ExampleChapter.tex} \ No newline at end of file