-
Notifications
You must be signed in to change notification settings - Fork 1
/
presentation.tex
115 lines (85 loc) · 1.82 KB
/
presentation.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
% This work is licensed under a CC0 1.0 Universal
% http://creativecommons.org/publicdomain/zero/1.0/
%
% This theme was created by Ekaterina Gerasimova <[email protected]> for
% GUADEC 2013.
\documentclass{beamer}
\include{guadec-theme}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{times}
\usepackage[T1]{fontenc}
\title[Optional short paper title]
{Full title}
%\subtitle
%{Optional subtitle}
\author
{Rupert Monkey, \href{mailto:[email protected]}{\texttt{[email protected]}}}
%\institute[University of GNOME]
\date%[GUADEC 2013]
{GUADEC 2013}
%Table of contents
%\AtBeginSubsection[]
%{
% \begin{frame}<beamer>{Outline}
% \tableofcontents[currentsection,currentsubsection]
% \end{frame}
%}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
%\begin{frame}{Outline}
% \tableofcontents
%\end{frame}
\section{Wow, you first section title!}
\subsection{Have fun at GUADEC!}
\begin{frame}{Your first slide title}
\begin{itemize}
\item
Item 1
\item
Item 2
\item
Item 3
\end{itemize}
\end{frame}
\begin{frame}{Second slide}
\begin{itemize}
\item
Say something else
\item
And some more
\end{itemize}
\end{frame}
\begin{frame}{Summary}
\begin{itemize}
\item
The \alert{first main point}
\item
The \alert{second important point}
\end{itemize}
\vskip0pt plus.5fill
\begin{itemize}
\item
The future
\begin{itemize}
\item
What are you planning?
\item
Anything else?
\end{itemize}
\end{itemize}
\end{frame}
\appendix
\section<presentation>*{\appendixname}
\subsection<presentation>*{Resources}
\begin{frame}[allowframebreaks]
\frametitle<presentation>{Resources}
\begin{thebibliography}{10}
\bibitem{code}
Some link
\newblock <link>
\end{thebibliography}
\end{frame}
\end{document}