-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathThesis.tex
More file actions
111 lines (83 loc) · 2.26 KB
/
Thesis.tex
File metadata and controls
111 lines (83 loc) · 2.26 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
\documentclass[a4paper,11pt,twoside]{ThesisStyle}
\newcommand\mesztesi{June}
\newcommand\anytesi{2014}
\newcommand\datatesi{\mestesi~\anytesi}
\include{formatAndDefs}
\newenvironment{protocol_message}%
{\noindent\ignorespaces}%
{\par\noindent%
\ignorespacesafterend}
\newtheorem{procedure}{Procedure}
\newtheorem{proposition}{Proposition}
\newtheorem{lemma}{Lemma}
\newtheorem{corollary}{Corollary}
\newtheorem{theorem}{Theorem}
\newtheorem{remark}{Remark}
\newtheorem{example}{Example}
\newtheorem{case}{Case}
\usepackage{color}
\usepackage{xcolor}
\usepackage{colortbl}
\usepackage{cite}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{ctable}
\usepackage{listings}
\usepackage{epstopdf}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{algorithm}
\usepackage{algorithmic}
\numberwithin{algorithm}{chapter} % numbering algorithms by chapter
\numberwithin{theorem}{chapter} % numbering theorems by chapter
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{url}
\usepackage{multirow}
\usepackage{subfigure}
\usepackage{longtable}
\usepackage{array}
\usepackage{booktabs}
\usepackage{algpseudocode}
\usepackage{algorithm}
%\renewcommand{\thesection}{\arabic{section}}
\definecolor{bgcode}{RGB}{242,242,242}
\definecolor{darkblue}{rgb}{0.0,0.0,0.6}
\definecolor{javared}{rgb}{0.6,0,0} % for strings
\definecolor{javagreen}{rgb}{0.25,0.5,0.35} % comments
\definecolor{javapurple}{rgb}{0.5,0,0.35} % keywords
\definecolor{javadocblue}{rgb}{0.25,0.35,0.75} % javadoc
\lstdefinelanguage{XML}
{
morestring=[b]",
morestring=[s]{>}{<},
% morecomment=[s]{<?}{?>},
stringstyle=\color{black},
identifierstyle=\color{darkblue},
keywordstyle=\color{cyan},
morekeywords={xmlns,version,encoding,type}% list your attributes here
}
\newcommand{\myparagraph}[1]{\paragraph{#1}\mbox{}\\}
\begin{document}
\include{TitlePage}
~~~\newpage\clearpage
~~~\newpage\clearpage
\include{abstract}
\cleardoublepage
\include{Acknowledgments}
\cleardoublepage
\tableofcontents
\cleardoublepage
\dominilof \listoffigures
\dominilot \listoftables
\cleardoublepage
\include{introduction}
\include{related_work}
\include{real_related_work}
\include{measuring}
\include{validation}
\include{conclusions2}
\bibliographystyle{plain}
\bibliography{citations}
% \include{tutorials}
\end{document}