Browse Source

changed language to english, changed date, changed title image, outsource introduction

blipp 12 years ago
parent
commit
690e427807

BIN
presentations/English/LaTeX/google-presentation.pdf


+ 7 - 12
presentations/English/LaTeX/google-presentation.tex

@@ -1,17 +1,19 @@
-\documentclass[usepdftitle=false,hyperref={pdfpagelabels=false}]{beamer}
+\documentclass[usepdftitle=false]{beamer}
 \usepackage{../templates/myStyle}
 
 \begin{document}
+\selectlanguage{english}
+
 \title{\titleText}
 \subtitle{History, Algorithm}
 \author{\tutor}
-\date{\today}
-\subject{Programmieren}
+\date{7th of February, 2013}
+%\subject{Programmieren}
 
 \frame{\titlepage}
 
 \frame{
-    \frametitle{Inhaltsverzeichnis}
+    \frametitle{Contents}
     \setcounter{tocdepth}{1}
     \tableofcontents
     \setcounter{tocdepth}{2}
@@ -22,14 +24,7 @@
 %}
 
 \section{Introduction}
-\subsection{The early days}
-\begin{frame}{The early days}
-    In the beginning, there were only web catalogues (maintained by hand)
-\end{frame}
-
-\begin{frame}{The early days}
-    Web crawler
-\end{frame}
+\input{introduction}
 
 \section{PageRank}
 \input{PageRank}

+ 8 - 0
presentations/English/LaTeX/introduction.tex

@@ -0,0 +1,8 @@
+\subsection{The early days}
+\begin{frame}{The early days}
+    In the beginning, there were only web catalogues (maintained by hand)
+\end{frame}
+
+\begin{frame}{The early days}
+    Web crawler
+\end{frame}

+ 1 - 0
presentations/English/LaTeX/sources.tex

@@ -1,6 +1,7 @@
 \subsection{Image sources}
 \begin{frame}{Image sources}
     \begin{itemize}
+	\item \href{https://commons.wikimedia.org/wiki/File:PageRank-hi-res.png}{PageRank} by Felipe Micaroni Lalli
         \item \href{http://commons.wikimedia.org/wiki/File:Sergey_Brin.JPG}{Sergey Brin} by enlewof
         \item \href{http://commons.wikimedia.org/wiki/File:Larry_Page_laughs.jpg}{Larry Page} by aweigend
     \end{itemize}

BIN
presentations/English/logos/pagerank.png


+ 3 - 2
presentations/English/templates/myStyle.sty

@@ -9,7 +9,7 @@
 \usepackage{listings}
 \usepackage{wrapfig}        % see http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions
 \usepackage[utf8]{inputenc} % this is needed for german umlauts
-\usepackage[ngerman]{babel} % this is needed for german umlauts
+\usepackage[english]{babel} % this is needed for german umlauts
 \usepackage[T1]{fontenc}    % this is needed for correct output of umlauts in pdf
 \usepackage{verbatim}
 \usepackage{relsize}
@@ -75,7 +75,8 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \newcommand\tutor{Martin Thoma, Benjamin Lipp}
 \newcommand\titleText{How Google searches work}
-\institute{Fakultät für Informatik}
+\institute{Sprachenzentrum}
+\titleimage{pagerank}
 
 \hypersetup{pdftitle={\titleText}}
 \beamertemplatenavigationsymbolsempty