-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEmbSW1.tex
55 lines (43 loc) · 1.23 KB
/
EmbSW1.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
\documentclass[titlepage=true]{scrartcl}
\input{header/zusammenfassung}
\input{header/hyperref}
\input{header/listings}
\input{header/tikz}
\usetikzlibrary{positioning}
\setDefaultArrayStretch{1.8}
\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{EmbSW1}
\author{M. Schmidt, C. Gwerder, S. Körner, M. Ehrler}%, L. Leuenberger, C. Ham, L. Däscher}
\begin{document}
\begin{titlepage}
\thispagestyle{empty}
\maketitle
\end{titlepage}
\lstset{style=C}
\setcounter{tocdepth}{2}
\setcounter{secnumdepth}{5}
\tableofcontents \newpage
\include{sections/EmbeddedRTSystems}
\include{sections/HW_SW_Codesign}
\include{sections/Modellierung}
\include{sections/FSM}
\include{sections/FSM_Realisierung}
\include{sections/Modularisierung}
\include{sections/EventBasedSystems}
\include{sections/Scheduling}
\include{sections/Concurrency}
\include{sections/Computerarithmetik}
\include{sections/Plattformen}
\include{sections/Multicore}
\include{sections/Styleguide}
\include{sections/HAL}
\include{sections/Eigene_Notizen}
%\include{sections/Patterns}
%\include{sections/Bootstrap}
\end{document}