2013-02-06 17:17:39 +01:00
|
|
|
\documentclass[hyperref={pdfpagelabels=false},usepdftitle=false]{beamer}
|
2013-01-24 17:48:01 +01:00
|
|
|
\usepackage{../templates/myStyle}
|
|
|
|
|
|
|
|
\begin{document}
|
2013-02-05 18:45:28 +01:00
|
|
|
\selectlanguage{english}
|
|
|
|
|
2013-01-24 17:48:01 +01:00
|
|
|
\title{\titleText}
|
2013-02-06 09:14:35 +01:00
|
|
|
\subtitle{History of searching and the PageRank algorithm}
|
2013-01-24 17:48:01 +01:00
|
|
|
\author{\tutor}
|
2013-02-05 18:45:28 +01:00
|
|
|
\date{7th of February, 2013}
|
|
|
|
%\subject{Programmieren}
|
2013-01-24 17:48:01 +01:00
|
|
|
|
|
|
|
\frame{\titlepage}
|
|
|
|
|
|
|
|
\frame{
|
2013-02-05 18:45:28 +01:00
|
|
|
\frametitle{Contents}
|
2013-01-24 17:48:01 +01:00
|
|
|
\setcounter{tocdepth}{1}
|
|
|
|
\tableofcontents
|
|
|
|
\setcounter{tocdepth}{2}
|
|
|
|
}
|
|
|
|
|
|
|
|
%\AtBeginSection[]{
|
|
|
|
% \InsertToC[sections={\thesection}] % shows only subsubsections of one subsection
|
|
|
|
%}
|
|
|
|
|
|
|
|
\section{Introduction}
|
2013-02-05 18:45:28 +01:00
|
|
|
\input{introduction}
|
2013-01-24 17:48:01 +01:00
|
|
|
|
|
|
|
\section{PageRank}
|
2013-01-24 18:50:05 +01:00
|
|
|
\input{PageRank}
|
2013-01-24 17:48:01 +01:00
|
|
|
|
2013-01-24 18:50:05 +01:00
|
|
|
\section{End}
|
2013-02-06 00:38:20 +01:00
|
|
|
\input{end}
|
2013-01-24 20:08:38 +01:00
|
|
|
\input{wrapup}
|
|
|
|
\input{sources}
|
2013-02-06 00:38:20 +01:00
|
|
|
\framedgraphic{Thanks for Your Attention!}{../images/Teach-yourself-C++-in-21-days.png}
|
2013-01-24 17:48:01 +01:00
|
|
|
|
|
|
|
\end{document}
|