-
Notifications
You must be signed in to change notification settings - Fork 0
/
CM_ComplPro.tex
51 lines (41 loc) · 1.92 KB
/
CM_ComplPro.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
%%%%%%%%%%%%%%%%%%%%%%%%
% Document Information %
%%%%%%%%%%%%%%%%%%%%%%%%
\title{CM\_ComplPro}
\author{Lukas Leuenberger}
\documentclass[10pt,twoside,a4paper,fleqn]{scrartcl}
\usepackage{longtable}
\usepackage{hhline}
\usepackage{textcomp}
\usepackage{float}
\usepackage{paralist}
\usepackage{framed}
\include{header/zusammenfassung}
\usepackage{colortbl}
\definecolor{lightgrey}{rgb}{0.9,0.9,0.9}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric, arrows, positioning}
\tikzstyle{decision} = [rectangle, minimum width=2.5cm, minimum height=1em, text centered, draw=black, fill=white]
\tikzstyle{event} = [circle, minimum width=1.7cm, minimum height=1em, text centered, draw=black, fill=white, text width=1.7cm]
\tikzstyle{answer} = [rectangle, minimum width=2.5cm, minimum height=1em, draw=gray!15, fill=gray!15, text width=2.5cm]
\tikzstyle{answerW} = [rectangle, minimum width=2.5cm, minimum height=1em, draw=white, fill=white, text width=2.5cm]
\tikzstyle{decisionW} = [rectangle, minimum width=2.5cm, minimum height=1em, text centered, draw=black, fill=white, text width=6cm]
\tikzstyle{arrow} = [thick,->,>=stealth]
% Setze etwas in Anführungs und Schlusszeichen
\newcommand{\aszeichen}[1]{,,#1``}
\newcommand{\integral}[4]{\int_{#1}^{#2} \! {#3} \, \mathrm{d}{#4}}
\newcommand{\differential}[2]{\frac{\mathrm{d}{(#1)}}{\mathrm{d}{#2}}}
\newenvironment{example}[1][Beispiel]{\begingroup\setlength{\OuterFrameSep}{0pt}\colorlet{shadecolor}{gray!15}\begin{snugshade*}\textbf{#1: }}{\end{snugshade*}\endgroup}
% Spacing von multicols
\setlength\multicolsep{2pt}
\raggedbottom
% No additions here if possible, only in header
\begin{document}
% Set language to English so that table captions etc. are in German.
\selectlanguage{ngerman}
\input{sections/einfuehrung.tex}
\input{sections/deskriptiveentscheidungstheorie.tex}
\input{sections/normativeentscheidungstheorie.tex}
\input{sections/systemdynamik.tex}
\input{sections/simulation.tex}
\end{document}