math_rsa/main.tex
Andreas Zweili c00288abbe split the bibitex files
Because of an overfull vbox it's currently not possible to add more than 5
entries to a bibitex file. However they can easily be splited into multiple
files
2016-12-08 13:48:45 +01:00

73 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{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}{Referenzen}
\nocite{*}
\bibliographystyle{plain}
\bibliography{bib}
\end{frame}
\begin{frame}{Referenzen}
\bibliography{bib2}
\end{frame}
\end{document}