-
Notifications
You must be signed in to change notification settings - Fork 1
/
sample.tex
executable file
·126 lines (100 loc) · 3.3 KB
/
sample.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
116
117
118
119
120
121
122
123
124
125
126
\documentclass{beamer} % presentation version (with pauses)
%\documentclass[handout]{beamer} % printable version (without pauses)
\def \tplPath {./}
\usepackage[utf8x]{inputenc}
\usepackage{\tplPath deusto-corporative}
%\usepackage{\tplPath deusto-plain} % substitute if you prefer to use a minimalistic style
\usepackage{graphicx}
\usepackage{listings}
\usepackage{hyperref}
\usepackage{alltt}
%\usepackage{minted}
\usepackage{url}
\urldef{\maila}\path|[email protected]|
\title{Sample slides}
%\subtitle{Sample slides of the University of Deusto}
%\subsubtitle{Really, these are sample slides from Deusto}
\author{Aitor Gómez-Goiri}
\institute{DeustoTech - Deusto Institute of Technology, University of Deusto
\url{http://www.morelab.deusto.es}}
\date{June 13, 2012}
%\date{\today}
\AtBeginSection[]
{
{
% include the following line if you prefer no footlines in the outline slides
\setbeamertemplate{footline}[default]
\begin{frame}
\frametitle{Outline}
\tableofcontents[
currentsection,
hideothersubsections,
hideothersubsubsections%,
%sectionstyle=show/shaded,
%subsectionstyle=show/hide
]
\end{frame}
}
}
\begin{document}
\owntitlepage
{
% include the following line if you prefer no footlines in the outline slides
\setbeamertemplate{footline}[default]
\begin{frame}{Outline}
\transwipe
\tableofcontents[hideallsubsections,pausesections]
\end{frame}
}
% I wanted to avoid this footline in the
\setbeamertemplate{footline}[deusto]
\section{Introduction}
\subsection{How did this style born?}
\begin{frame}{OpenOffice Impress}
\begin{itemize}
\item Sucked.
\pause
\item Don't want to reinvent the \emph{wheel}.
\end{itemize}
\end{frame}
\simpleframe[\huge] {
really \emph{important} message
}
\begin{frame}[allowframebreaks]{Now using allowframebreaks}
\begin{itemize}
\item Lorem ipsum dolor sit amet, consectetur adipiscing elit.
\item Nunc \href{http://www.deusto.es/}{massa molestie ligula}, vel mattis orci tellus eu nibh.
\framebreak
\item Augue malesuada
\begin{enumerate}
\item Nunc ut magna sit amet lectus lobortis auctor id ac arcu.
\item Phasellus auctor, erat ac iaculis tempor, dui tortor ultrices odio, ac tempus libero nunc vel risus.
\end{enumerate}
\end{itemize}
\end{frame}
\section{Legendary section}
\simpleframe{
\fullscreenimage{width=\textwidth}{img/5519462671_9b9cb03d01_z.jpg}
}
\begin{frame}{Duis at purus vel dolor imperdiet aliquam}
\begin{itemize}
\item<1-2> Fusce viverra, arcu eu volutpat mollis, leo tellus sollicitudin felis.
\item<2-5> Ac vulputate tortor lectus nec lectus.
\begin{itemize}
\item<3> Nulla dui tortor, pulvinar vitae aliquet id.
\end{itemize}
\item<4-5> Nulla ultricies porta neque, at dignissim libero rhoncus ac.
\begin{itemize}
\item<5-> Phasellus porttitor luctus velit, non vehicula arcu gravida nec.
\end{itemize}
\end{itemize}
\end{frame}
\section*{Bibliography}
\begin{frame}[allowframebreaks]{Bibliography}
%\beamertemplatebookbibitems
\beamertemplatearticlebibitems
\bibliographystyle{alpha}
\bibliography{transpas}
\end{frame}
\licenseen{Mikel Emaldi (flickr) y Jon Etxebarria (flickr).}
\end{document}