Graphentheorie-I.tex 690 B

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