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/Diskrete-Mathematik/LaTeX/Graphentheorie-I.tex
2013-04-26 00:44:33 +02:00

40 lines
741 B
TeX

\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{
\frametitle{Inhalte}
\setcounter{tocdepth}{1}
\tableofcontents
\setcounter{tocdepth}{2}
}
%\AtBeginSection[]{
% \InsertToC[sections={\thesection}] % shows only subsubsections of one subsection
%}
\section{Grundlagen}
\input{Grundlagen}
\section{Spezielle Graphen}
\input{Spezielle-Graphen}
\section{Strukturen in Graphen}
\input{Strukturen}
\section{Königsberger Brückenproblem}
\input{Koenigsberger-Brueckenproblem}
\section{Ende}
\input{Ende}
\end{document}