-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmi-ibe.tex
55 lines (40 loc) · 1002 Bytes
/
mi-ibe.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
\documentclass[czech]{article}
\usepackage[utf8]{inputenc}
\usepackage[IL2]{fontenc}
\usepackage[czech]{babel}
\usepackage[a4paper,textheight=674pt]{geometry}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{float}
\renewcommand{\baselinestretch}{1.35}
\newcommand{\img}[3]{
\begin{figure}[H]
\centering
\includegraphics[width=0.8\textwidth]{MI-IBE/assets/#1}
\caption{#2}
\label{fig:#3}
\end{figure}
}
\author{Josef Doležal}
\date{\today}
\title{Behaviorální analýza síťového provozu}
\begin{document}
% Title page
\makeatletter
\begin{titlepage}
\input{MI-IBE/title-page}
\end{titlepage}
% Content
\input{MI-IBE/00-meta}
\input{MI-IBE/01-introduction}
\input{MI-IBE/02-network-monitoring}
\input{MI-IBE/03-network-behavior-analysis.tex}
\input{MI-IBE/04-conclusion.tex}
\newpage
% References
\nocite{*}
\bibliographystyle{MI-IBE/csn690}
\bibliography{MI-IBE/references}
\end{document}