-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBA.tex
93 lines (79 loc) · 3.15 KB
/
BA.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
% Dokumentinformationen
%Vorlage erstellt von Luca Mazzoleni aufbaudend auf der Vorlage von Stefan Reinli
% !TeX program = pdflatex
% !TeX encoding = utf8
% !TeX spellcheck = de_DE
% !BIB program = bibtex
\documentclass[
11pt,
final,
twoside,
a4paper]{article}
%%%%
% Document information
\newcommand*{\Title} {Hier k\"ommt der\\ Titel der Arbeit}
\newcommand*{\TitleInfo} {Bachelorarbeit FS 2017}
\newcommand*{\AuthorOne} {Hans Muster1}
\newcommand*{\AuthorTwo} {Hans Muster2}
\newcommand*{\Author} {\AuthorOne, \AuthorTwo}
\newcommand*{\Prof} {Name des Dozenten}
\newcommand*{\Modul} {Name des Moduls}
\newcommand*{\Betreuer} {Name des Betreuers}
\newcommand*{\Place} {Ort}
\newcommand*{\LogoHSR} {\includegraphics[height = 1cm]{header/hsrlogo}}
\newcommand*{\LogoCompany} {\includegraphics[height = 1cm]{header/logo}}
\newcommand*{\Print} {false} % true for black links (print version), false for color links (pdf version)
% Header
\include{header/header}
%\include{header/codelayout}
\setcounter{secnumdepth}{4}
%\includeonly{sections/Einleitung,sections/Einleitung1,sections/Verzeichnisse}
% tcolorbox setup
\tcbset{width=(\linewidth-1mm)/2,before=,after=\hfill,arc=0mm,
colframe=red!50!black,colback=white,colback = red!10}
\newcommand{\hsp}{\hspace{20pt}}
\titleformat{\section}[hang]{\Huge\bfseries}{\thesection\hsp\textcolor{gray80}{|}\hsp}{0pt}{\Huge\bfseries}
\titleformat{\subsection}[hang]{\huge\bfseries}{\thesubsection\hsp\textcolor{gray60}{|}\hsp}{0pt}{\Large\bfseries}
\titleformat{\subsubsection}[hang]{\Large\bfseries}{\thesubsubsection\hsp\textcolor{gray40}{|}\hsp}{0pt}{\large\bfseries}
\titleformat{\paragraph}[hang]{\large\bfseries}{\theparagraph\hsp\textcolor{gray20}{|}\hsp}{0pt}{\large\bfseries}
% fontstyle
%\renewcommand\familydefault{\sfdefault} % Arial
% Document=========================================
\begin{document}
\pagenumbering{Roman}
\thispagestyle{empty}
\input{sections/titlepage}
\clearpage \pagebreak
\thispagestyle{empty}
\listoftodos
\cleardoublepage \pagebreak
\pagenumbering{arabic}
\setcounter{page}{1}
\thispagestyle{empty}
\newgeometry{left=2cm,right=4cm,top=1cm,bottom=1cm,headsep=1.5cm, marginparwidth=30mm,marginparsep=3mm,includeheadfoot}
\savegeometry{margin}
\thispagestyle{empty}
\include{sections/Abstract}
\newgeometry{left=2cm,right=2cm,top=1cm,bottom=1cm,headsep=1.5cm, marginparwidth=1mm,marginparsep=3mm,includeheadfoot} %Seitenränder Dokument ohne Titelblatt und Abstract
\savegeometry{no-margin}
\begin{spacing}{1}
\startcontents[sections]
\printcontents[sections]{l}{1}{\setcounter{tocdepth}{4}\section*{Inhaltsverzeichnis}}
\end{spacing}
\cleardoublepage
\loadgeometry{margin}
\include{sections/Aufgabenstellung}
% \cleardoublepage
\include{sections/Einleitung}
\include{sections/Einleitung1}
\include{sections/Pflichtenheft}
\include{sections/Projektplan}
\include{sections/Hauptstudie}
\include{sections/Fazit}
\loadgeometry{no-margin}
\include{sections/Eigenstaendigkeitserklaerung}
\include{sections/Verzeichnisse}
\pagestyle{appendix}
\include{sections/Anhang}
\cleardoublepage
\end{document}