google-presentation.tex 721 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. \documentclass[usepdftitle=false]{beamer}
  2. \usepackage{../templates/myStyle}
  3. \begin{document}
  4. \selectlanguage{english}
  5. \title{\titleText}
  6. \subtitle{History, Algorithm}
  7. \author{\tutor}
  8. \date{7th of February, 2013}
  9. %\subject{Programmieren}
  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{Introduction}
  21. \input{introduction}
  22. \section{PageRank}
  23. \input{PageRank}
  24. \section{End}
  25. \input{wrapup}
  26. \input{sources}
  27. \framedgraphic{Thank you for your attention!}{../images/Teach-yourself-C++-in-21-days.png}
  28. \end{document}