mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
36 lines
575 B
TeX
36 lines
575 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{Szenario}
|
|
\input{Szenario}
|
|
|
|
\section{Überblick}
|
|
\input{Ueberblick}
|
|
|
|
\section{Vokabular}
|
|
\input{Vokabular}
|
|
|
|
\section{Sprungtypen}
|
|
\input{Sprungtypen}
|
|
|
|
\section{Ende}
|
|
\input{Ende}
|
|
|
|
\end{document}
|