generated from krr-up/latex-paper-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
slides.tex
71 lines (64 loc) · 1.93 KB
/
slides.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
\documentclass[t]{beamer}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
% \usepackage{url}\urlstyle{tt}
\title{Title}
\author{Names}
\institute[KRR@UP]{University of Potsdam \&\ Potassco Solutions GmbH \\
\bigskip
\includegraphics[scale=0.07]{potassco_logo_lightblue}}
\date{}
\usetheme{Pittsburgh}
\useinnertheme{rectangles}
\mode<beamer>{\usecolortheme{albatross}}
\mode<beamer>{\setbeamercolor{alerted text}{fg=yellow}}
\mode<handout>{\usecolortheme{seagull}}
\mode<handout>{\setbeamercolor{alerted text}{fg=blue}}
\useoutertheme{infolines}
\setbeamertemplate{navigation symbols}{\vspace{-5pt}} % to lower the logo
\setbeamercovered{dynamic}
\setbeamertemplate{bibliography item}[text]
\AtBeginSection{
\begin{frame}{Outline}
\bigskip
\vfill
\tableofcontents[currentsection]
\end{frame}
}
% \input{macro}
\begin{document}
% ----------------------------------------------------------------------
\frame{\titlepage}
\pgfdeclareimage[height=0.5cm]{potasscologo}{potassco_logo_lightblue}
\logo{\pgfuseimage{potasscologo}}
% ----------------------------------------------------------------------
\begin{frame}{Outline}
\bigskip
\vfill
\tableofcontents
\end{frame}
% ----------------------------------------------------------------------
\section{Introduction}
% ----------------------------------------------------------------------
\begin{frame}{Motivation}
\end{frame}
% ----------------------------------------------------------------------
\section{Preliminaries}
% ----------------------------------------------------------------------
\begin{frame}{}
\end{frame}
% ----------------------------------------------------------------------
\section{Summary}
% ---------------------------------------------------------------------
\begin{frame}{Summary}
\begin{itemize}
\item
\item \url{potassco.org}
\end{itemize}
\end{frame}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-PDF-mode: t
%%% End: