-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPmSwEng.tex
73 lines (59 loc) · 1.35 KB
/
PmSwEng.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
\documentclass{scrartcl}
\include{header/zusammenfassung}
\title{PmSwEng Zusammenfassung}
\author{H. Badertscher}
\usepackage{listings}
\usepackage{textcomp}
\usepackage[T1]{fontenc}
\definecolor{lbcolor}{rgb}{0.92,0.92,0.92}
\lstset{
backgroundcolor=\color{lbcolor},
tabsize=4,
rulecolor=,
language=c++,
basicstyle=\scriptsize\ttfamily,
upquote=true,
aboveskip={0.5\baselineskip},
columns=fixed,
showstringspaces=false,
extendedchars=true,
breaklines=true,
prebreak = \raisebox{0ex}[0ex][0ex]{\ensuremath{\hookleftarrow}},
frame=single,
showtabs=false,
showspaces=false,
showstringspaces=false,
identifierstyle=\bfseries\ttfamily,
keywordstyle=\color[rgb]{0,0,1},
commentstyle=\color[rgb]{0.133,0.545,0.133},
stringstyle=\color[rgb]{0.627,0.126,0.941},
}
\lstset{literate=%
{Ö}{{\"O}}1
{Ä}{{\"A}}1
{Ü}{{\"U}}1
{ß}{{\ss}}2
{ü}{{\"u}}1
{ä}{{\"a}}1
{ö}{{\"o}}1
{°}{{$^{\circ}$}}1
{'}{{}}1
}
\lstset{basicstyle=\ttfamily}
\begin{document}
\title{\Huge{Projektmanagement \& Software Engineering}}
\maketitle
\setcounter{tocdepth}{1}
\tableofcontents
\newpage
\input{sections/softwareEngineering}
\newpage
\input{sections/testing}
\newpage
\input{sections/projectManagement}
\input{sections/doxygen}
\input{sections/subversion}
\input{sections/qt}
\newpage
\input{sections/examples}
\end{document}