mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
changed language to english, changed date, changed title image, outsource introduction
This commit is contained in:
parent
cd0225f7c4
commit
690e427807
6 changed files with 19 additions and 14 deletions
Binary file not shown.
|
@ -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
presentations/English/LaTeX/introduction.tex
Normal file
8
presentations/English/LaTeX/introduction.tex
Normal file
|
@ -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,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
Normal file
BIN
presentations/English/logos/pagerank.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 217 KiB |
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue