summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamertheme-cuerna/template.tex
blob: 62cfc1be241817a72418a17863a79272a2c5ee7d (plain)
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
%%
%% This is file `template.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% beamertheme-cuerna.dtx  (with options: `template')
%% 
%% This is a generated fie
%% 
%% --------------------------------------------------------------------------------
%% beamertheme-cuerna -- Beamer theme cuerna, version 1.1
%% 
%% Copyright (C) Geri Ochoa
%% email: geri@bluesimplex.com
%% 
%% Released under the LaTeX Project Public Licence v1.3c or later
%% github: https://github.com/geriom/beamertheme-cuerna
%% my web site: bluesimplex.com
%% --------------------------------------------------------------------------------
%% 




\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}

%%Defining the ``proposition'' environment
\newtheorem{proposition}{Proposition}

%%Sets the beamer theme "Cuerna"
\usetheme{Cuerna}

\usecolortheme{default}

%%Insert the logo
\logo{\includegraphics[width=1.7cm]{pictures/bluesimplex.png}}

%%Title
\title{A rather long title without specific meaning}

\author{Geri Ochoa\\ %Author
  \texttt{geri@bluesimplex.com}} %e-mail

  \date{Important Congress 2016} %Date or event

  \institute{Institute of Mathematics, Great University} %%Institution

\begin{document}

  \begin{frame}

    \titlepage %Creates the title page

  \end{frame}

  %--------------------------------------------------------------------------
  \begin{frame}
    \tableofcontents %Prints the table of contents
  \end{frame}
  %--------------------------------------------------------------------------

  \section{Introduction} %%A section (Optional)
  \begin{frame}
    \frametitle{Title of the slide}
    \framesubtitle{Subtitle} %%Subtitle (optional)
    Some text on top of this slide

    \[
      \int_{0}^{\infty} \frac{5x^2}{\sqrt{a+b}}\, dx
    \]

    \begin{itemize}
      \item[\checkmark] Fist item in the list %%
      \item Second item
      \item Another item
      \item And finally, the last item
    \end{itemize}
  \end{frame}

  \begin{frame}{Random Text} %%Shorter way of setting the slide title
    Additional text with no other purpose but to take up some space.
    Additional text with no other purpose but to take up some space.
    Additional text with no other purpose but to take up some space.
    Additional text with no other purpose
    \( \sum_0^{\infty} a_i \)
    but to take up some space.
  \end{frame}

  \section{Second section} %%Another section
  \begin{frame}
    \frametitle{A theorem}

    \begin{proposition} %%The ``proposition'' environment
      The prime numbers are cool and infinite
    \end{proposition}

    And something else

  \end{frame}
\end{document}


\endinput
%%
%% End of file `template.tex'.