Graphentheorie-I.tex 632 B

123456789101112131415161718192021222324252627282930313233
  1. \documentclass[hyperref={pdfpagelabels=false},usepdftitle=false]{beamer}
  2. \usepackage{../templates/myStyle}
  3. \begin{document}
  4. %\selectlanguage{english}
  5. \title{\titleText}
  6. \subtitle{}
  7. \author{\tutor}
  8. \date{2. Juli 2013}
  9. \subject{Diskrete Mathematik}
  10. \frame{\titlepage}
  11. \frame{
  12. \frametitle{Contents}
  13. \setcounter{tocdepth}{1}
  14. \tableofcontents
  15. \setcounter{tocdepth}{2}
  16. }
  17. %\AtBeginSection[]{
  18. % \InsertToC[sections={\thesection}] % shows only subsubsections of one subsection
  19. %}
  20. \section{Grundlagen}
  21. \input{Grundlagen}
  22. \section{Königsberger Brückenproblem}
  23. \input{Koenigsberger-Brueckenproblem}
  24. \end{document}