-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
125 lines (104 loc) · 3.1 KB
/
thesis.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
\input{header}
\makeatletter
\def\bstctlcite{\@ifnextchar[{\@bstctlcite}{\@bstctlcite[@auxout]}}
\def\@bstctlcite[#1]#2{\@bsphack
\@for\@citeb:=#2\do{%
\edef\@citeb{\expandafter\@firstofone\@citeb}%
\if@filesw\immediate\write\csname #1\endcsname{\string\citation{\@citeb}}\fi}%
\@esphack}
\makeatother
\clubpenalty=10000
\widowpenalty=10000
\displaywidowpenalty=10000
\interfootnotelinepenalty=10000
\makeindex
\makeglossaries
\begin{document}
\bstctlcite{IEEEexample:BSTcontrol}
\newcommand{\reminder}[1]
{ \textcolor{red}{<[{\bf\marginpar{\mbox{$<==$}} #1 }]>} }
\newcommand{\icode}[1]{\lstinline$#1$}
%\urlstyle{same}
%\setstretch{1.5}
\setstretch {1.433}
\renewcommand{\arraystretch}{1.2}
\includepdf{./titlepage/coversheet}
\pagenumbering{Roman}
\input{./chapter/erklärung.tex}
\input{./chapter/abstract.tex}
\pagestyle{plain}
\renewcommand{\lstlistlistingname}{Quellcodeverzeichnis}
\tableofcontents
\setcounter{RPages}{\value{page}}
\setcounter{page}{0}
\pagenumbering{arabic}
\pagestyle{scrheadings}
\begin{spacing}{1}
\chapter{Einleitung}\label{chapter:einleitung}
\end{spacing}
\input{./chapter/einleitung}
%------------------------------------------------------------
\begin{spacing}{1}
\chapter{Problemstellung}\label{chapter:problemstellung}
\end{spacing}
\input{./chapter/problemstellung}
%------------------------------------------------------------
\begin{spacing}{1}
\chapter{Umfeldanalyse}
\end{spacing}
%------------------------------------------------------------
\begin{spacing}{1}
\chapter{Technologische Hintergrund}
\label{chapter:tech}
\end{spacing}
\input{./chapter/technologischeHintergrund}
%------------------------------------------------------------
\begin{spacing}{1}
\chapter{Technische Umsetzung}\label{chapter:implementation}
\end{spacing}
\input{./chapter/implementation.tex}
%------------------------------------------------------------
\begin{spacing}{1}
\chapter{Tools der Projektentwicklung}\label{chapter:tools}
\end{spacing}
\input{./chapter/tools}
%------------------------------------------------------------
\begin{spacing}{1}
\chapter{Testungen}\label{chapter:tests}
\end{spacing}
\input{./chapter/tests.tex}
%------------------------------------------------------------
\begin{spacing}{1}
\chapter{Handbuch}\label{chapter:handbuch}
\end{spacing}
\input{./chapter/handbuch.tex}
%------------------------------------------------------------
\begin{spacing}{1}
\chapter{Fazit}\label{chapter:fazit}
\end{spacing}
\input{./sections/fazit}
%------------------------------------------------------------
\begin{spacing}{1}
\chapter{Literatur}\label{chapter:lit}
\end{spacing}
\input{./sections/literatur.tex}
%------------------------------------------------------------
\newpage
\pagenumbering{Roman}
\setcounter{page}{\value{RPages}}
\input{glossary}
%\setlength{\glsdescwidth}{0.8\linewidth}
\glsnogroupskiptrue
\printglossary[title=Glossar,toctitle=Glossar] %,style=long]
\spacing{1}{
%\bibliographystyle{IEEEtran}
\bibliographystyle{ieeetrande}
\bibliography{bib}
}
\listoffigures
\listoftables
\lstlistoflistings
\appendix
\addchap{Anhang}
\input{./chapter/anhang.tex}
\end{document}