-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathEmbSW2.tex
60 lines (49 loc) · 1.33 KB
/
EmbSW2.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
\documentclass[titlepage=true]{scrartcl}
\input{header/zusammenfassung}
\input{header/hyperref}
\input{header/listings}
\setDefaultArrayStretch{1.8}
\usepackage{wrapfig}
\makeatletter
% Newline after a paragraph
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
{1.5ex \@plus .2ex}%
{\normalfont\normalsize\bfseries}}
\makeatother
\title{EmbSW2}
\author{M. Schmidt, L. Leuenberger, M. Ehrler}%, D. Büsser, M. Lehmann, R. Mattle}
\begin{document}
\begin{titlepage}
\thispagestyle{empty}
\maketitle
\end{titlepage}
\lstset{style=C}
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.8,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\definecolor{dred}{rgb}{0.7,0,0}
\lstdefinestyle{mystyle}{
backgroundcolor=\color{backcolour},
commentstyle=\color{codegreen},
keywordstyle=\color{dred},
numberstyle=\tiny\color{codegray},
stringstyle=\color{codepurple},
rulecolor=\color{black}
}
\lstset{style=mystyle}
\tableofcontents \newpage
\include{sections/Listen}
\include{sections/Algorithmen}
\include{sections/Simulation}
\include{sections/LinuxDevTools}
\include{sections/Bootstrap}
\include{sections/CRC}
\include{sections/AdvancedCPP}
\include{sections/EmbeddedSecurity}
\newpage \
\newpage \
\newpage \
\newpage \
\end{document}