google-presentation.tex 902 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. \documentclass[usepdftitle=false,hyperref={pdfpagelabels=false}]{beamer}
  2. \usepackage{../templates/myStyle}
  3. \begin{document}
  4. \title{\titleText}
  5. \subtitle{History, Algorithm}
  6. \author{\tutor}
  7. \date{\today}
  8. \subject{Programmieren}
  9. \frame{\titlepage}
  10. \frame{
  11. \frametitle{Inhaltsverzeichnis}
  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{Introduction}
  20. \subsection{The early days}
  21. \begin{frame}{The early days}
  22. In the beginning, there were only web catalogues (maintained by hand)
  23. \end{frame}
  24. \begin{frame}{The early days}
  25. Web crawler
  26. \end{frame}
  27. \section{PageRank}
  28. \input{PageRank}
  29. \section{End}
  30. \input{wrapup}
  31. \input{sources}
  32. \framedgraphic{Thank you for your attention!}{../images/Teach-yourself-C++-in-21-days.png}
  33. \end{document}