Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132930 views
License: OTHER
1
\documentclass[hyperref={pdfpagelabels=false},usepdftitle=false]{beamer}
2
\usepackage{../templates/myStyle}
3
4
\begin{document}
5
\selectlanguage{english}
6
7
\title{\titleText}
8
\subtitle{History of searching and the PageRank algorithm}
9
\author{\tutor}
10
\date{7th of February, 2013}
11
%\subject{Programmieren}
12
13
\frame{\titlepage}
14
15
\frame{
16
\frametitle{Contents}
17
\setcounter{tocdepth}{1}
18
\tableofcontents
19
\setcounter{tocdepth}{2}
20
}
21
22
%\AtBeginSection[]{
23
% \InsertToC[sections={\thesection}] % shows only subsubsections of one subsection
24
%}
25
26
\section{Introduction}
27
\input{introduction}
28
29
\section{PageRank}
30
\input{PageRank}
31
32
\section{End}
33
\input{end}
34
\input{wrapup}
35
\input{sources}
36
\framedgraphic{Thanks for Your Attention!}{../images/Teach-yourself-C++-in-21-days.png}
37
38
\end{document}
39
40