mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-29 15:57:57 +02:00
32 lines
606 B
TeX
32 lines
606 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{Contents}
|
||
|
\setcounter{tocdepth}{1}
|
||
|
\tableofcontents
|
||
|
\setcounter{tocdepth}{2}
|
||
|
}
|
||
|
|
||
|
%\AtBeginSection[]{
|
||
|
% \InsertToC[sections={\thesection}] % shows only subsubsections of one subsection
|
||
|
%}
|
||
|
|
||
|
\section{Grundlagen}
|
||
|
\input{Grundlagen}
|
||
|
|
||
|
\section{Königsberger Brückenproblem}
|
||
|
\input{Koenigsberger-Brueckenproblem}
|
||
|
|
||
|
\end{document}
|