2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-29 07:47:57 +02:00
LaTeX-examples/presentations/Diskrete-Mathematik/LaTeX/Graphentheorie-I.tex

41 lines
741 B
TeX
Raw Normal View History

\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}
\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}
2013-04-26 00:44:33 +02:00
\section{Strukturen in Graphen}
\input{Strukturen}
\section{Königsberger Brückenproblem}
\input{Koenigsberger-Brueckenproblem}
\section{Ende}
\input{Ende}
\end{document}