forked from HSR-Stud/OOAD
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOOAD.tex
64 lines (57 loc) · 1.55 KB
/
OOAD.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
%%%%%%%%%%%%%%%%%%%%%%%%%
% Dokumentinformationen %
%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\titleinfo}{OOAD - Formelsammlung}
\newcommand{\authorinfo}{J\"urg \& DIE Schweisser, C.Gwerder, S.K\"orner}
\newcommand{\versioninfo}{$Revision: 1 $}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Standard projektübergreifender Header für
% - Makros
% - Farben
% - Mathematische Operatoren
%
% DORT NUR ERGÄNZEN, NICHTS LÖSCHEN\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{header/header}
\usepackage{enumitem}
\usepackage{wasysym}
\setlist{
style=multiline,
topsep=0pt,
leftmargin=4.5cm,
rightmargin=2cm
}
\usepackage{listings}
%\usepackage{textcomp}
\definecolor{lbcolor}{rgb}{0.92,0.92,0.92}
\lstset{
backgroundcolor=\color{white},
tabsize=4,
rulecolor=,
language=c++,
basicstyle=\scriptsize,
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},
}
\newcommand{\balzert}[1]{$_{\textcolor{red}{\mbox{\small{Balzert S.#1}}}}$}
\newcommand{\Balzert}[1]{${\textcolor{red}{\mbox{Balzert S.#1}}}$}
\begin{document}
\maketitle
\tableofcontents
\include{sections/CppCheatSheet}
\include{sections/OOA}
\include{sections/OOD}
\end{document}