| 1234567891011121314151617181920212223242526272829303132333435363738 |
- \documentclass[usepdftitle=false]{beamer}
- \usepackage{../templates/myStyle}
- \begin{document}
- \selectlanguage{english}
- \title{\titleText}
- \subtitle{History, Algorithm}
- \author{\tutor}
- \date{7th of February, 2013}
- %\subject{Programmieren}
- \frame{\titlepage}
- \frame{
- \frametitle{Contents}
- \setcounter{tocdepth}{1}
- \tableofcontents
- \setcounter{tocdepth}{2}
- }
- %\AtBeginSection[]{
- % \InsertToC[sections={\thesection}] % shows only subsubsections of one subsection
- %}
- \section{Introduction}
- \input{introduction}
- \section{PageRank}
- \input{PageRank}
- \section{End}
- \input{wrapup}
- \input{sources}
- \framedgraphic{Thank you for your attention!}{../images/Teach-yourself-C++-in-21-days.png}
- \end{document}
|