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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
|
\documentclass[
11pt,
,a4paper
,ngerman
,headings=big
,headsepline=true
,chapterprefix=true
,DIV10
,oneside
,titlepage
,captions=tableheading
,index=totoc
,bibliography=totoc
,listof=totoc
%,draft
]{scrreprt}
\usepackage[utf8x]{inputenc}
\usepackage{ucs}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[pdftex]{graphicx}
\usepackage{epstopdf}
\usepackage{longtable}
\usepackage[
automark,
headsepline,
ilines
]{scrpage2}
\graphicspath{{..//img//}}
\usepackage[scaled]{helvet}
\usepackage[english,ngerman]{babel}
\usepackage{makeidx}
\usepackage{lmodern}
\usepackage{color}
\definecolor{darkblue}{rgb}{0,0,.5}
\definecolor{darkgreen}{rgb}{0,.5,0}
\definecolor{darkred}{rgb}{.5,0,0}
\usepackage{listings}
\lstset{ %
language=C++, % the language of the code
basicstyle=\footnotesize, % the size of the fonts that are used for the code
numbers=left, % where to put the line-numbers
numberstyle=\footnotesize, % the size of the fonts that are used for the line-numbers
stepnumber=2, % the step between two line-numbers. If it's 1, each line
% will be numbered
numbersep=5pt, % how far the line-numbers are from the code
backgroundcolor=\color{white}, % choose the background color. You must add \usepackage{color}
showspaces=false, % show spaces adding particular underscores
showstringspaces=false, % underline spaces within strings
showtabs=false, % show tabs within strings adding particular underscores
%frame=single, % adds a frame around the code
frame=tb, % top and bottom lines
tabsize=2, % sets default tabsize to 2 spaces
captionpos=b, % sets the caption-position to bottom
breaklines=true, % sets automatic line breaking
breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace
title=\lstname, % show the filename of files included with \lstinputlisting;
% also try caption instead of title
escapeinside={\%*}{*)}, % if you want to add a comment within your code
morekeywords={*,...}, % if you want to add more keywords to the set
keywordstyle=\color{darkblue}, % Farbe für die Keywords wie public, void, object u.s.w.
commentstyle=\color{darkgreen}, % Farbe der Kommentare
stringstyle=\color{darkred} % Farbe der Zeichenketten
}
% Symbolverzeichnis ------------------------------------------------------------
% Symbolverzeichnisse bequem erstellen. Beruht auf MakeIndex:
% makeindex.exe %Name%.nlo -s nomencl.ist -o %Name%.nls
% erzeugt dann das Verzeichnis. Dieser Befehl kann z.B. im TeXnicCenter
% als Postprozessor eingetragen werden, damit er nicht ständig manuell
% ausgeführt werden muss.
% Die Definitionen sind ausgegliedert in die Datei "Glossar.tex".
% ------------------------------------------------------------------------------
\usepackage[intoc]{nomencl}
\let\abbrev\nomenclature
\renewcommand{\nomname}{Abkürzungsverzeichnis}
\setlength{\nomlabelwidth}{.25\hsize}
\renewcommand{\nomlabel}[1]{#1 \dotfill}
\setlength{\nomitemsep}{-\parsep}
% Schusterjungen und Hurenkinder vermeiden
\clubpenalty = 10000
\widowpenalty = 10000
\displaywidowpenalty = 10000
\pagestyle{scrheadings}
\automark[chapter]{chapter}
\usepackage[hypertexnames=TRUE]{hyperref}
\makeindex
\makenomenclature
\renewcommand{\familydefault}{\sfdefault}
\bibliographystyle{alphadin}
\newcommand{\myauthor}{Sven Eisenhauer}
\newcommand{\mytitle}{Konzeptionierung und prototypische Umsetzung einer Echtzeitbasierten
Restbussimulation mittels Mikrocontrollerunterst\"utzung}
\newcommand{\myxc}{XORAYA Connect}
\hypersetup{
pdftitle={\mytitle},
pdfauthor={\myauthor},
pdfcreator={\myauthor},
pdfsubject={\mytitle},
pdfkeywords={\mytitle},
colorlinks,
citecolor=darkblue,
filecolor=darkblue,
linkcolor=darkblue,
urlcolor=darkblue
}
\begin{document}
\newpage
\thispagestyle{empty}
\null
\newpage
\selectlanguage{ngerman}
\begin{titlepage}
\begin{center}
\includegraphics[width=10cm]{logo_hda_fbi} \\
\vspace*{\fill}\huge{Hochschule Darmstadt}\\ \large{-- Fachbereich Informatik --}
\vfill {{\Large \mytitle}}
\vfill {
Abschlussarbeit zur Erlangung des akademischen Grades \\
\bf{Master of Science (M.Sc.)}
}
\vfill {vorgelegt von}
\vfill {\Large \myauthor}
\vfill{
\makebox[3.5cm][l]{Referent} \makebox[7cm][l]{Prof. Dr. Joachim Wietzke} \\
\makebox[3.5cm][l]{Korreferent} \makebox[7cm][l]{Prof. Dr. Ralf S. Mayer} \\
}
\vfill{
\makebox[3.5cm][l]{Ausgabedatum} \makebox[5cm][l]{14.08.2011} \\
\makebox[3.5cm][l]{Abgabedatum} \makebox[5cm][l]{14.02.2012} \\
}
\end{center}
\end{titlepage}
\pagenumbering{Alph}
\input{abstract}
\input{authorship}
\input{thanks}
\pagenumbering{roman}
\setcounter{page}{0}
\tableofcontents
\pagebreak
\listoffigures
\pagebreak
\listoftables
\pagebreak
\renewcommand*{\dictumwidth}{.4\textwidth}
\pagenumbering{arabic}
\setcounter{page}{1}
\input{introduction}
\input{fundamentals}
\input{concept}
\input{prototype}
\input{results}
\input{conclusion}
\begin{appendix}
\clearpage
\pagenumbering{Roman}
\input{appendix}
\end{appendix}
% Abkürzungsverzeichnis --------------------------------------------------------
\input{glossary}
% für korrekte Überschrift in der Kopfzeile
\clearpage\markboth{\nomname}{\nomname}
\printnomenclature
\label{sec:Glossar}
\renewcommand{\indexname}{Stichwortverzeichnis}
\printindex
\nocite{*}
\bibliography{literature}
\end{document}
|