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
!images
!images/*
!parts
!parts/*
!chapters
!chapters/*
!appendix

View File

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

View File

@ -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}

3
parts/ExamplePart.tex Normal file
View File

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