-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
56 lines (44 loc) · 1.32 KB
/
main.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
\documentclass[11pt,a4paper,thesis,english]{dcsbook}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{listings}
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{3}
\usepackage{pgfplots}
\usepackage{tikz}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{float}
\usepackage{multirow}
\hypersetup{
colorlinks,
colorlinks=false,
% colorlinks,
% citecolor=black,
% filecolor=black,
% linkcolor=black,
% urlcolor=black
}
\definecolor{redDark}{RGB}{225,75,25}
\definecolor{blueDark}{RGB}{25,75,225}
\captionsetup{justification=centering}
\begin{document}
\author{Robert Banaszak}
\title{The use of serverless processing and the FaaS model in web application development}
\supervisor{dr hab.~inż.~Anna Kobusińska}
\date{Poznań, 2021}
\maketitle
\frontmatter
% \thispagestyle{empty}\vspace*{\fill}%
% \begin{center}Tutaj będzie karta pracy dyplomowej;\\oryginał wstawiamy do wersji dla archiwum PP, w pozostałych kopiach wstawiamy ksero.\end{center}%
% \vfill\cleardoublepage%
\tableofcontents{}
\mainmatter
\input{chapters/01-intro.tex}
\input{chapters/02-serverless.tex}
\input{chapters/03-web-applications.tex}
\input{chapters/04-serverless-for-web-apps.tex}
\input{chapters/05-summary.tex}
\backmatter
\bibliographystyle{alpha}{\raggedright\sloppy\small\bibliography{bibliography}}
\end{document}