Skip to content
Snippets Groups Projects
Commit 5f673989 authored by Manuel Hachtkemper's avatar Manuel Hachtkemper
Browse files

The section directory is now configurable

parent 25824b81
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@
\documentclass[a4paper,11pt,smallheadings,headsepline,titlepage,liststotoc,idxtotoc,bibtotoc]{scrartcl}
\include{Meta}
\usepackage{stylesheats/hbrs-inf}
\newcommand{\secDir}{sections} % configure section directory
\begin{document}
\begin{spacing}{1}
\pagenumbering{roman}
......@@ -42,13 +43,13 @@
% Deckblatt %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagestyle{empty}
\include{sections/Deckblatt}
\include{\secDir/Deckblatt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Erklärung
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagestyle{bisHauptteil}
\include{sections/Erklaerung}
\include{\secDir/Erklaerung}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Inhaltsverzeichnis %
......@@ -64,7 +65,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Abkürzungsverzeichnis %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{sections/Abkürzungsverzeichnis}
\include{\secDir/Abkürzungsverzeichnis}
\newpage
\end{spacing}
......@@ -74,25 +75,25 @@
\pagestyle{Hauptteil}
\setcounter{page}{1}
\pagenumbering{arabic}
\include{sections/Einleitung}
\include{\secDir/Einleitung}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Stand der Forschrung %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\include{sections/Stand_Forschung}
\include{\secDir/Stand_Forschung}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Auswertung %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\include{sections/Auswertung}
\include{\secDir/Auswertung}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Zusammenfassung %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\include{sections/Zusammenfassung}
\include{\secDir/Zusammenfassung}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Literaturverzeichnis %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment