34 lines
665 B
TeX
34 lines
665 B
TeX
|
\documentclass[aspectratio=169]{beamer}
|
||
|
\usepackage[T1]{fontenc}
|
||
|
\usepackage[utf8]{inputenc}
|
||
|
\usepackage{lmodern}
|
||
|
\usepackage{amsmath}
|
||
|
\usetheme{Darmstadt}
|
||
|
\setbeamercovered{transparent}
|
||
|
|
||
|
\title{Protecting Internet Networks Against DoS Attacks}
|
||
|
\subtitle{State Exam Presentation}
|
||
|
\author{Adam Mirre\\Supervisor: Ing. Tomáš Dulík, Ph.D.}
|
||
|
\institute{TBU in Zlín}
|
||
|
\date{3 June 2021}
|
||
|
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\frame{\titlepage}
|
||
|
|
||
|
\begin{frame}{}
|
||
|
\tableofcontents[pausesections]
|
||
|
\end{frame}
|
||
|
|
||
|
\section{Theoretical part}
|
||
|
|
||
|
\section{Practical part}
|
||
|
|
||
|
\section*{Conclusion}
|
||
|
\begin{frame}[plain]{Conclusion}
|
||
|
\textbf{Thank you for your attention.}
|
||
|
\end{frame}
|
||
|
|
||
|
\end{document}
|