changed structure

This commit is contained in:
paul-loedige 2021-02-01 12:06:22 +01:00
parent 3466344bb0
commit 285c28c9a0
5 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -3,6 +3,8 @@
!*.bib !*.bib
!images !images
!images/* !images/*
!parts
!parts/*
!chapters !chapters
!chapters/* !chapters/*
!appendix !appendix

View File

@ -1,4 +1,4 @@
%all the main content goes here %all the main content goes here
\pagenumbering{arabic} \pagenumbering{arabic}
\input{chapters/ExampleChapter.tex} \input{parts/ExamplePart.tex}

View File

@ -9,8 +9,7 @@
\pagestyle{fancy} \pagestyle{fancy}
\fancyhf{} \fancyhf{}
\lhead{\large\rightmark} \chead{\textbf{Zusammenfassung \MODULE \\\vspace{1mm}}}
\chead{\textbf{Zusammenfassung \MODULE \\\vspace{2mm}}} \lhead{\leftmark}
\rhead{\leftmark}
\lfoot{\AUTHORCOMPACT~|~\DATE} \lfoot{\AUTHORCOMPACT~|~\DATE}
\rfoot{\thepage} \rfoot{\thepage}

3
parts/ExamplePart.tex Normal file
View File

@ -0,0 +1,3 @@
\part{Example Part}
\input{chapters/ExamplePart/ExampleChapter.tex}