google-presentation.tex 790 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. \documentclass[hyperref={pdfpagelabels=false},usepdftitle=false]{beamer}
  2. \usepackage{../templates/myStyle}
  3. \begin{document}
  4. \selectlanguage{english}
  5. \title{\titleText}
  6. \subtitle{History of searching and the PageRank 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{end}
  26. \input{wrapup}
  27. \input{sources}
  28. \framedgraphic{Thanks for Your Attention!}{../images/Teach-yourself-C++-in-21-days.png}
  29. \end{document}