-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.tex
102 lines (85 loc) · 1.78 KB
/
test.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
\documentclass[a4paper]{beamer}
\usetheme[spanish,helvet]{ulpgc}
\author{Pepe P\'erez}
\title{Charlilla\ldots}
\date{\today}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{\'Indice}
\tableofcontents
\end{frame}
\section{foo1}
\subsection{foo11}
\begin{frame}{Lorem ipsum}
foo bar
\end{frame}
\begin{frame}{Lorem ipsum}
\begin{block}{Un bloque de muestra}
$$\int_{f}^3 f(x) dx$$
\begin{itemize}
\item Elemento de ejemplo
\pause
\item Otro m\'as
\footnote{\tiny K.~Eilbeck \emph{et al.} The Sequence Ontology: a tool for
the unification of genome annotations. \emph{Genome Biol.}, 6:R44 (2005)}
\end{itemize}
\end{block}
\end{frame}
\section{foo2}
\begin{frame}[plain]{Escucha}
\vfill
\begin{center}\begin{Large}Esta es una transparencia no
vac\'{\i}a del todo.\end{Large}\vfill
\end{center}
\vfill
\end{frame}
\begin{frame}
\vfill
\begin{center}\begin{Large}Y \'esta es una transparencia que tampoco est\'a
completamente vac\'{\i}a, pero tiene el \emph{matiz} de no
tener t\'{\i}tulo.\end{Large}\vfill
\end{center}
\vfill
\end{frame}
\section{foo3}
\begin{frame}[<+->]{Escucha}
\framesubtitle{Prueba de escucha 2}
\begin{enumerate}
\item foo
\item foo
\item foo
\begin{enumerate}
\item foo
\item foo
\end{enumerate}
\item foo
\end{enumerate}
\end{frame}
\section{foo5}
\begin{frame}[allowframebreaks,allowdisplaybreaks]{Teoremas, lemas y
demostraciones}
\begin{proof}
Demostraci\'on
\end{proof}
\begin{definition}
Definici\'on
\end{definition}
\begin{lemma}[Enunciado]
Lema
\end{lemma}
\begin{theorem}[Sentencia]
Teorema
\end{theorem}
\end{frame}
\section{foo6}
\begin{frame}
\vfill
\begin{center}\begin{Huge}Muchas gracias \\[10pt]
por su atenci\'on.\end{Huge}\vfill
\end{center}
\vfill
\end{frame}
\end{document}