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

30 lines
487 B
TeX

\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}
%}
\section{Grundlagen}
\input{Grundlagen}
\section{DYCOS}
\input{DYCOS}
\section{Ende}
\input{Ende}
\end{document}