%% ----------------------------------------------------------------- %% This file uses UTF-8 encoding %% %% For compilation use following command: %% latexmk -pdf -pvc -bibtex thesis %% %% ----------------------------------------------------------------- %% _ _ %% _ __ _ __ ___ __ _ _ __ ___ | |__ | | ___ %% | '_ \| '__/ _ \/ _` | '_ ` _ \| '_ \| |/ _ \ %% | |_) | | | __/ (_| | | | | | | |_) | | __/ %% | .__/|_| \___|\__,_|_| |_| |_|_.__/|_|\___| %% |_| %% %% ----------------------------------------------------------------- \documentclass{kithesis} % Additional packages \usepackage[main=slovak,english]{babel} \usepackage{listings} \usepackage{amsmath} \usepackage{multirow} \usepackage{booktabs} \usepackage{indentfirst} \usepackage{dirtree} \usepackage{hyperref} % for source code % Listings settings % See for details: https://en.wikibooks.org/wiki/LaTeX/Source_Code_Listings \lstset{ % nastavení % Definice jazyka použitého ve výpisech % language=[LaTeX]{TeX}, % LaTeX % language={Matlab}, % Matlab language={C}, % jazyk C basicstyle=\ttfamily, % definice základního stylu písma tabsize=2, % definice velikosti tabulátoru mathescape=, inputencoding=utf8, % pro soubory uložené v kódování UTF-8 columns=fixed, %fixed nebo flexible, fontadjust=true %licovani sloupcu extendedchars=true, literate=% definice symbolů s diakritikou {á}{{\'a}}1 {č}{{\v{c}}}1 {ď}{{\v{d}}}1 {é}{{\'e}}1 {ě}{{\v{e}}}1 {í}{{\'i}}1 {ň}{{\v{n}}}1 {ó}{{\'o}}1 {ř}{{\v{r}}}1 {š}{{\v{s}}}1 {ť}{{\v{t}}}1 {ú}{{\'u}}1 {ů}{{\r{u}}}1 {ý}{{\'y}}1 {ž}{{\v{z}}}1 {Á}{{\'A}}1 {Č}{{\v{C}}}1 {Ď}{{\v{D}}}1 {É}{{\'E}}1 {Ě}{{\v{E}}}1 {Í}{{\'I}}1 {Ň}{{\v{N}}}1 {Ó}{{\'O}}1 {Ř}{{\v{R}}}1 {Š}{{\v{S}}}1 {Ť}{{\v{T}}}1 {Ú}{{\'U}}1 {Ů}{{\r{U}}}1 {Ý}{{\'Y}}1 {Ž}{{\v{Z}}}1 } \def\lstlistingname{Zdrojový kód} % Variables %zadanie z maisu %\thesisspec{figures/meno.png} \title{Cryptography in VPN networks \br)}{Kryptografia vo VPN sieťach\br } \author{Marek}{Rohač} \supervisor{prof. Ing. Miloš Drutarovský, CSc.} %veduci prace \consultant{} %konzultant \college{Technical University of Košice}{Technická univerzita v Košiciach} %univerzita \faculty{Faculty of Electrical Engineering and informatics}{Fakulta elektrotechniky a informatiky} %fakulta \department{Department of electronies and multimedia telecommunications}{Katedra elektroniky a multimediálnych telekomunikácií} %katedra \departmentacr{DEMT}{KEMT} % skratka katedry \thesis{Master thesis}{Diplomová práca} %typ prace \submissiondate{ 28}{ 5}{ 2023} \fieldofstudy{Informatika} \studyprogramme{Počítačové siete} %\city{Košice} \keywords{VPN}{VPN} \declaration{Vyhlasujem, že som záverečnú prácu vypracoval samostatne s použitím uvedenej odbornej literatúry.} \abstract{english }{slovak} \acknowledgment{Na~tomto mieste by~som rád poďakoval svojmu vedúcemu práce \textit{prof. Ing. Milošovi Drutarovskému, CSc.} za jeho čas a odborné vedenie počas celého riešenia záverečnej práce.} % if you want to work only on selected chapters %\includeonly{chapters/analyza} %,chapters/synteza} % Load acronyms \input{acronyms} %% ----------------------------------------------------------------- %% _ _ %% __| | ___ ___ _ _ _ __ ___ ___ _ __ | |_ %% / _` |/ _ \ / __| | | | '_ ` _ \ / _ \ '_ \| __| %% | (_| | (_) | (__| |_| | | | | | | __/ | | | |_ %% \__,_|\___/ \___|\__,_|_| |_| |_|\___|_| |_|\__| %% %% ----------------------------------------------------------------- \begin{document} %% Title page, abstract, declaration etc.: \frontmatter{} %% List of code listings, if you are using package minted %\renewcommand\lstlistlistingname{Zoznam zdrojových kódov} %\lstlistoflistings{} \pagenumbering{arabic} %% Chapters \include{chapters/introduction} \include{chapters/analysis} \include{chapters/synthesis} \include{chapters/evaluation} \include{chapters/summary} % good linebraking of bibtex url \setcounter{biburllcpenalty}{7000} \setcounter{biburlucpenalty}{8000} %% The bibliography \printbibliography[heading=bibintoc] \label{theend} % the last page of the thesis % List of acronyms % Glossaries %\printglossary %% Appendix \include{appendixes/prilohy} \appendix \renewcommand\chaptername{Príloha} \include{appendixes/prilohaa} % zivotopis autora %\curriculumvitae\protect %Táto časť\/ je nepovinná. Autor tu môže uviesť\/ svoje biografické %údaje, údaje o~záujmoch, účasti na~projektoch, účasti na~súťažiach, %získané ocenenia, zahraničné pobyty na~praxi, domácu prax, publikácie %a~pod. \end{document}