-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
85 lines (62 loc) · 2.21 KB
/
thesis.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
74
75
76
77
78
79
80
81
82
83
84
85
\documentclass[]{dsithesis}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{xcolor}
\usepackage{hyperref}
\usepackage{csquotes}
\usepackage{bera}
\usepackage[T1]{fontenc}
\usepackage{makecell}
\usepackage{multirow}
\usepackage[square,numbers]{natbib}
\usepackage{subcaption}
\bibliographystyle{abbrvnat}
\usepackage{tabularx} % for 'tabularx' environment
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,positioning}
\tikzset{sm node/.style={ellipse,fill=black!10,draw,very thick,minimum width=8cm,minimum height=5cm,inner sep=0pt},}
\tikzset{sm circular/.style={ellipse,fill=black!10,draw,very thick,minimum width=7cm,minimum height=3cm,inner sep=0pt},}
\tikzset{sm circ/.style={circle,fill=black!20,draw,thick,minimum width=1cm,inner sep=0pt},}
\tikzset{block/.style={rectangle,fill=red,draw,very thick,minimum width=2.5cm, minimum height=0.8cm,inner sep=0pt},align=left}
\tikzset{bblock/.style={rectangle,fill=green!20,draw,very thick,minimum width=2.5cm, minimum height=0.8cm,inner sep=0pt},align=left}
\tikzset{pblock/.style={rectangle,fill=yellow,draw,very thick,minimum width=2.5cm, minimum height=0.8cm,inner sep=0pt},align=left}
\tikzstyle{arrow} = [very thick,->,>=stealth]
\newcommand{\gopalan}{~\citeauthor{gopalan}~\cite{gopalan}}
\newcommand{\cauth}[1]{~\citeauthor{#1}~\cite{#1}}
\newcommand{\reffig}[1]{Figure~\ref{#1}}
\begin{document}
\author{Alexander Wagner}
\date{TBA}
\email{[email protected]}
\course{Computer Science}
\degree{Master of Science (M. Sc.)}
\supervisorA{Prof. Dr. Florian Tschorsch}
\supervisorB{TBA: Second supervisor}
\department{Distributed Security Infrastructures}
\institute{Institut für Softwaretechnik und Theoretische Informatik}
\faculty{Fakultät Elektrotechnik und Informatik}
\university{Technische Universität Berlin}
\title{Selfish Mining and Networking Effects}
\maketitlepage
´\makeatletter
\frontmatter
\input{assertion}
\cleardoublepage
\input{abstract}
\cleardoublepage
\tableofcontents
\cleardoublepage
\mainmatter
\setlength\parindent{0pt}
\input{introduction}
\input{model}
\input{contribution}
\input{evaluation}
\input{relatedwork}
\input{conclusion}
\backmatter
\cleardoublepage
\backmatter
\bibliography{references.bib}
\end{document}