2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/presentations/English/LaTeX/google-presentation.tex

38 lines
721 B
TeX
Raw Normal View History

\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}
2013-01-24 18:50:05 +01:00
\input{PageRank}
2013-01-24 18:50:05 +01:00
\section{End}
2013-01-24 20:08:38 +01:00
\input{wrapup}
\input{sources}
\framedgraphic{Thank you for your attention!}{../images/Teach-yourself-C++-in-21-days.png}
\end{document}