2013-04-14 21:35:39 +02:00
|
|
|
\documentclass[hyperref={pdfpagelabels=false},usepdftitle=false]{beamer}
|
|
|
|
\usepackage{../templates/myStyle}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\title{\titleText}
|
|
|
|
\subtitle{}
|
|
|
|
\author{\tutor}
|
|
|
|
\date{2. Juli 2013}
|
|
|
|
\subject{Diskrete Mathematik}
|
|
|
|
|
|
|
|
\frame{\titlepage}
|
|
|
|
|
|
|
|
\frame{
|
2013-04-26 00:44:33 +02:00
|
|
|
\frametitle{Inhalte}
|
2013-04-14 21:35:39 +02:00
|
|
|
\setcounter{tocdepth}{1}
|
|
|
|
\tableofcontents
|
|
|
|
\setcounter{tocdepth}{2}
|
|
|
|
}
|
|
|
|
|
|
|
|
%\AtBeginSection[]{
|
|
|
|
% \InsertToC[sections={\thesection}] % shows only subsubsections of one subsection
|
|
|
|
%}
|
|
|
|
|
|
|
|
\section{Grundlagen}
|
|
|
|
\input{Grundlagen}
|
|
|
|
|
2013-04-21 14:47:53 +02:00
|
|
|
\section{Spezielle Graphen}
|
|
|
|
\input{Spezielle-Graphen}
|
|
|
|
|
2013-04-26 00:44:33 +02:00
|
|
|
\section{Strukturen in Graphen}
|
|
|
|
\input{Strukturen}
|
|
|
|
|
2013-04-14 21:35:39 +02:00
|
|
|
\section{Königsberger Brückenproblem}
|
|
|
|
\input{Koenigsberger-Brueckenproblem}
|
|
|
|
|
2013-04-21 14:47:53 +02:00
|
|
|
\section{Ende}
|
|
|
|
\input{Ende}
|
|
|
|
|
2013-04-14 21:35:39 +02:00
|
|
|
\end{document}
|