-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
executable file
·84 lines (66 loc) · 1.97 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
\documentclass[licencjacka,en]{pracamgr}
% Custom imports
\usepackage{forest}
\usepackage[unicode]{hyperref}
\usepackage{todonotes}
\usepackage{tikz}
\usepackage{multicol}
% End of custom imports
\autor{Krzysztof Antoniak}{358985}
\autori{Michał Jadwiszczak}{406163}
\autorii{Jan Kukowski}{406204}
\autoriii{Maciej Procyk}{406304}
\title{\input{title-page/title-en.tex}}
\titlepl{\input{title-page/title-pl.tex}}
\kierunek{Computer Science}
\opiekun{mgr Grzegorz Grudziński\\
Institute of Informatics\\
}
\date{June 2021}
% Socrates-Erasmus:
\dziedzina{11.3 Informatics, Computer Science}
% ACM
\klasyfikacja{
Software and its engineering -- Search-based software engineering
}
\keywords{\input{title-page/keywords-en.tex}}
% Custom definitions
\newtheorem{definition}{Definition}[section]
% End of custom definitions
% Folder image for directory tree
\definecolor{folderbg}{RGB}{124,166,198}
\definecolor{folderborder}{RGB}{110,144,169}
\def\FolderSize{4pt}
\tikzset{
folder/.pic={
\filldraw[draw=folderborder,top color=folderbg!50,bottom color=folderbg]
(-1.05*\FolderSize,0.2\FolderSize+5pt) rectangle ++(.75*\FolderSize,-0.2\FolderSize-5pt);
\filldraw[draw=folderborder,top color=folderbg!50,bottom color=folderbg]
(-1.15*\FolderSize,-\FolderSize) rectangle (1.15*\FolderSize,\FolderSize);
}
}
\begin{document}
\maketitle
\begin{abstract}
\input{title-page/abstract-en.tex}
\end{abstract}
\tableofcontents
%\listoffigures
%\listoftables
% Chapters
\input{chapters/intro-nussknacker-prinz.tex}
\input{chapters/basic-terms.tex}
\input{chapters/architecture-overview.tex}
\input{chapters/prinz-api.tex}
\input{chapters/mlflow-integration.tex}
\input{chapters/pmml-integration.tex}
\input{chapters/h2o-integration.tex}
\input{chapters/dev-env.tex}
\input{chapters/project-development.tex}
\input{chapters/responsibilities.tex}
\appendix
\input{chapters/disc-contents.tex}
\bibliographystyle{acm}
\bibliography{references}
\addcontentsline{toc}{chapter}{Bibliography}
\end{document}