2014-01-18 14:13:57 +01:00
|
|
|
\documentclass[hyperref={pdfpagelabels=false},usepdftitle=false]{beamer}
|
|
|
|
\usepackage{../templates/myStyle}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\title{\titleText}
|
|
|
|
\subtitle{}
|
|
|
|
\author{\tutor}
|
|
|
|
\date{28. Februar 2014}
|
|
|
|
\subject{Proseminar Informatik}
|
|
|
|
|
|
|
|
\frame{\titlepage}
|
|
|
|
|
|
|
|
%\frame{
|
|
|
|
% \frametitle{Inhalte}
|
|
|
|
% \setcounter{tocdepth}{1}
|
|
|
|
% \tableofcontents
|
|
|
|
% \setcounter{tocdepth}{2}
|
|
|
|
%}
|
|
|
|
|
2014-01-19 21:48:33 +01:00
|
|
|
\section{Szenario}
|
|
|
|
\input{Szenario}
|
2014-01-18 14:13:57 +01:00
|
|
|
|
2014-01-19 21:48:33 +01:00
|
|
|
\section{Überblick}
|
|
|
|
\input{Ueberblick}
|
|
|
|
|
|
|
|
\section{Vokabular}
|
|
|
|
\input{Vokabular}
|
|
|
|
|
|
|
|
\section{Sprungtypen}
|
|
|
|
\input{Sprungtypen}
|
2014-01-18 14:13:57 +01:00
|
|
|
|
|
|
|
\section{Ende}
|
|
|
|
\input{Ende}
|
|
|
|
|
|
|
|
\end{document}
|