summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamertheme-cuerna/template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamertheme-cuerna/template.tex')
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-cuerna/template.tex108
1 files changed, 108 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamertheme-cuerna/template.tex b/Master/texmf-dist/doc/latex/beamertheme-cuerna/template.tex
new file mode 100644
index 00000000000..62cfc1be241
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamertheme-cuerna/template.tex
@@ -0,0 +1,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'.