math_rsa/main.tex

68 lines
1.4 KiB
TeX

\documentclass[10pt]{beamer}
\usetheme{metropolis}
\usepackage{appendixnumberbeamer}
\usepackage{hyperref}
\usepackage{booktabs}
\usepackage[scale=2]{ccicons}
\usepackage{pgfplots}
\usepgfplotslibrary{dateplot}
\usepackage{ngerman}
\usepackage{mathtools}
\usepackage{xspace}
\newcommand{\themename}{\textbf{\textsc{metropolis}}\xspace}
\title{Einführung zu RSA}
\subtitle{}
\date{\today}
\author{Andreas Zweili, Ismail Cadaroski, Ivan Höhler, Michael Stratighiou}
\institute{}
% \titlegraphic{\hfill\includegraphics[height=1.5cm]{logo.pdf}}
\begin{document}
\maketitle
\begin{frame}{Table of contents}
\setbeamertemplate{section in toc}[sections numbered]
\tableofcontents[hideallsubsections]
\end{frame}
\section{Biographie}
\begin{frame}[fragile]{Biographie}
Hallo Dies ist ein Test
\end{frame}
\section{Verschlüsselung}
\begin{frame}[fragile]{Verschlüsselung}
Hallo Dies ist ein Test
\end{frame}
\section{Verteilung/Übertragung}
\begin{frame}[fragile]{Verteilung/Übertragung}
Hallo Dies ist ein Test
\end{frame}
\section{Entschlüsselung}
\begin{frame}[fragile]{Entschlüsselung}
Hallo Dies ist ein Test
\end{frame}
\section{Schwachstellen}
\begin{frame}[fragile]{Schwachstellen}
Hallo Dies ist ein Test
\end{frame}
\section{Referenzen}
\begin{frame}[allowframebreaks]{Referenzen}
\nocite{*}
\bibliographystyle{plain}
\bibliography{bib}
\end{frame}
\end{document}