summaryrefslogtreecommitdiffstats
path: root/Tex/Presentation/test.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Tex/Presentation/test.tex')
-rw-r--r--Tex/Presentation/test.tex47
1 files changed, 47 insertions, 0 deletions
diff --git a/Tex/Presentation/test.tex b/Tex/Presentation/test.tex
new file mode 100644
index 0000000..4868879
--- /dev/null
+++ b/Tex/Presentation/test.tex
@@ -0,0 +1,47 @@
+\documentclass{beamer}
+
+\usepackage{xspace}
+\usepackage{default}
+\usepackage{pgfplots}
+\usepackage{tabularx}
+\usepackage{listings}
+\usepackage{booktabs}
+\usepackage{etex}
+\usepackage{courier}
+
+
+\lstset{language=Python,
+ basicstyle=\footnotesize\ttfamily, % Standardschrift
+ breaklines=true, % Zeilen werden Umgebrochen
+}
+
+
+\title[IMSI Catcher Detection]{IMSI Catcher Detection System using the OsmocomBB Framework}
+\author[Thomas Mayer]{Thomas Mayer\\[3mm]\footnotesize {Advisors: Prof.\ Dr.\ Gerhard Schneider}\\\footnotesize{\hspace{-5mm}Dennis Wehrle}\\\footnotesize{\hspace{-6mm}Konrad Meier}}
+\institute[Uni Freiburg]{Albert-Ludwigs-Universit\"at Freiburg \\ Technische Fakult\"at \\ Institut f\"ur Informatik \\ Lehrstuhl f\"ur Kommunikationssysteme}
+\date{19.\,03.\,2012}
+
+\mode<presentation>{
+ \useoutertheme[width=0pt]{zusatz}
+ \usetheme{Frankfurt}
+ \setbeamertemplate{section in toc shaded}[default][40]
+ \setbeamertemplate{subsection in toc shaded}[default][40]
+}
+
+\newcommand{\tocsection}[1]{
+ \section{#1}
+ \begin{frame}{Content}
+ \tableofcontents[sectionstyle=show/shaded,subsectionstyle=show/show/hide]
+ \end{frame}
+ }
+
+\begin{document}
+
+\begin{frame}[empty]{}
+\maketitle
+\end{frame}
+
+\begin{frame}{Content}
+\tableofcontents[sectionstyle=show/show,subsectionstyle=show/show/hide]
+\end{frame}
+\end{document} \ No newline at end of file