2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-28 23:37:57 +02:00
LaTeX-examples/presentations/Datamining-Proseminar/Hauptpresentation/LaTeX/Datamining-Proseminar-Hauptpresentation.tex

37 lines
575 B
TeX
Raw Normal View History

\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-19 21:48:33 +01:00
\section{Überblick}
\input{Ueberblick}
\section{Vokabular}
\input{Vokabular}
\section{Sprungtypen}
\input{Sprungtypen}
\section{Ende}
\input{Ende}
\end{document}