summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna
Initial commit
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna')
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/README36
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/beamertheme-cuerna.dtx449
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/beamertheme-cuerna.ins46
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/beamertheme-cuerna.pdfbin0 -> 418475 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/bluesimplex.pngbin0 -> 8654 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/bluesimplexexample.pdfbin0 -> 175504 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/brickexample.pdfbin0 -> 175506 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/defaultexample.pdfbin0 -> 175507 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/lettuceexample.pdfbin0 -> 175507 bytes
9 files changed, 531 insertions, 0 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/README b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/README
new file mode 100644
index 0000000000..9bc5bd0e78
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/README
@@ -0,0 +1,36 @@
+Beamer Theme Cuerna
+===================
+
+Beamer theme "Cuerna", version 1.1
+
+Copyright (C) Geri Ochoa (2016)
+
+e-mail: geri@bluesimplex.com
+github: https://github.com/geriom/beamertheme-cuerna/
+web site: http://bluesimplex.com
+
+Dependencies:
+-------------
+
+ - textpos
+ - tikz
+ - xcolor
+ - lmodern
+ - amssymb
+ - graphicx
+
+This work may be distributed and/or modified under the conditions of the LaTeX
+Project Public License, either version 1.3c of this license or (at your option)
+any later version. The latest version of this license is in
+http://www.latex-project.org/lppl.txt and version 1.3c or later is part of all
+distributions of LaTeX version 2008/05/04 or later.
+
+
+compile "beamertheme-cuerna.dtx" with pdflatex to generate the package
+documentation. compile "beamertheme-cuerna.ins" to generate the .sty files and
+the template. For this package to be globally available you have to place the
+.sty file under tex/latex/beamertheme-cuerna in your tex distribution
+directory.
+
+This package has only been tested with texlive but it should work with other
+latex distributions.
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/beamertheme-cuerna.dtx b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/beamertheme-cuerna.dtx
new file mode 100644
index 0000000000..6e2140a095
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/beamertheme-cuerna.dtx
@@ -0,0 +1,449 @@
+% \iffalse meta-comment
+% !TEX program = pdfLaTeX
+%
+% ------------------------------------------------------------------------------
+% Beamer theme cuerna, version 1.1
+% Copyright (C) 2016 by Geri Ochoa
+% email: geri@bluesimplex.com
+% github: https://github.com/geriom/beamercuerna
+% my web site: bluesimplex.com
+%
+% This work may be distributed and/or modified under the conditions of the LaTeX
+% Project Public License, either version 1.3c of this license or (at your option)
+% any later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt and version 1.3c or later is part of all
+% distributions of LaTeX version 2008/05/04 or later.
+% ------------------------------------------------------------------------------
+%
+% \fi
+%
+
+% \iffalse
+%<*driver>
+\ProvidesFile{beamercuerna.dtx}[2016/09/18 v1.1 beamer theme cuerna]
+\documentclass{ltxdoc}
+\usepackage{listings}
+\EnableCrossrefs
+\CodelineIndex
+\RecordChanges
+
+\usepackage{pdfpages}
+
+\OnlyDescription
+\begin{document}
+ \DocInput{beamercuerna.dtx}
+ \PrintChanges
+ \PrintIndex
+\end{document}
+%</driver>
+
+% \fi
+
+% \changes{v1.0}{2014/10/22}{Initial version}
+%
+% \GetFileInfo{beamercuerna.dtx}
+%
+% \DoNotIndex{\newcommand, \newenvironment}
+%
+% \title{The \textsf{beamercuerna} beamer theme\thanks{This document
+% corresponds to \textsf{beamercuerna}~\fileversion, date \filedate.}}
+% \author{Geri Ochoa \\ \texttt{geri@bluesimplex.com}}
+%
+% \maketitle
+%
+% \section{Introduction}
+% This package contains a theme for \textit{Beamer}, the theme itself must be
+% referenced as \textit{Cuerna} inside beamer and has four basic colour themes.
+% It requires no additional customization but to set the theme and colour theme
+% with the usual syntax.
+%
+% \section{Usage}
+% A very basic example is presented below, it comprises the title page and a
+% single slide.
+% \begin{verbatim}
+% \documentclass{beamer}
+% \usepackage[utf8]{inputenc}
+% \usepackage[T1]{fontenc}
+%
+% \usetheme{Cuerna}
+%
+% \usecolortheme{default}
+%
+% \logo{\includegraphics[width=1.7cm]{pictures/bluesimplex.png}}
+%
+% \title{A rather long title without specific meaning}
+%
+%
+% \author{Geri Ochoa\\
+% \texttt{geri@bluesimplex.com}}
+%
+% \date{Important Congress 2016}
+%
+% \institute{Institute of Mathematics, Great University}
+%
+% \begin{document}
+%
+% \begin{frame}
+%
+% \titlepage
+%
+% \end{frame}
+%
+% \section{Introduction}
+% \begin{frame}
+% \frametitle{Title of the slide}
+% \framesubtitle{Subtitle}
+% 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}
+%
+% \end{document}
+% \end{verbatim}
+%
+%
+% The output depends on the parameter passed to the |\usecolortheme| command.
+% There are four of them shipped with this package:
+% \includepdf[scale=0.9,pages={1,2}, nup=2x1, pagecommand=\subsection{default}]
+% {pictures/defaultexample}
+%
+% \includepdf[scale=0.9,pages={1,2}, nup=2x1,
+% pagecommand=\subsection{bluesimplex}]
+% {pictures/bluesimplexexample}
+%
+% \includepdf[scale=0.9,pages={1,2}, nup=2x1, pagecommand=\subsection{lettuce}]
+% {pictures/lettuceexample}
+%
+% \includepdf[scale=0.9,pages={1,2}, nup=2x1, pagecommand=\subsection{brick}]
+% {pictures/brickexample}
+%
+%
+% \StopEventually{}
+% \begin{macrocode}
+%<*cuerna>
+\mode<presentation>
+
+%Required packages
+\RequirePackage{tikz}
+\RequirePackage{graphicx}
+\RequirePackage{amssymb}
+\RequirePackage{xcolor}
+\RequirePackage{lmodern}
+\RequirePackage[absolute, overlay]{textpos}
+
+%Color config files
+\usecolortheme{Cuerna}
+\useinnertheme{Cuerna}
+\useoutertheme{Cuerna}
+
+
+\setbeamertemplate{navigation symbols}{}
+\setbeamertemplate{blocks}[rounded][shadow=true]
+
+\mode<all>
+%</cuerna>
+%
+%
+%<*inner>
+\mode<presentation>
+
+%This draws the background
+\setbeamertemplate{background}{
+ \begin{tikzpicture}[espiral/.style={thick,color=edgescolor}]
+ \useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
+ \fill[color=edgescolor] (0,0) rectangle(\the\paperwidth, \the\paperheight);
+ \fill[color=squarecolor] (0,0) rectangle(0.59\paperwidth, \the\paperheight);
+ \draw[espiral] (0,0) .. controls +(up:0.5\paperheight) and (0.3\paperwidth, \the\paperheight) .. (0.59\paperwidth,\the\paperheight);
+ \fill[color=squarecolor] (0.60\paperwidth,0.41\paperheight) rectangle(\the\paperwidth, \the\paperheight);
+ \draw[espiral] (0.60\paperwidth,\paperheight) .. controls +(right:0.3\paperwidth) and (\paperwidth, 0.61\paperheight) .. (\the\paperwidth, 0.41\paperheight);
+ \fill[color=squarecolor] (0.77\paperwidth,0) rectangle(\the\paperwidth, 0.40\paperheight);
+ \draw[espiral] (\paperwidth,0.4\paperheight) .. controls +(down:0.2\paperwidth) and (0.88\paperwidth, 0) .. (0.77\paperwidth, 0);
+ \fill[color=squarecolor] (0.6\paperwidth,0) rectangle(0.76\paperwidth, 0.23\paperheight);
+ \draw[espiral] (0.76\paperwidth,0) .. controls +(left:0.08\paperwidth) and (0.6\paperwidth, 0.12\paperheight) .. (0.6\paperwidth, 0.23\paperheight);
+ \fill[color=squarecolor] (0.6\paperwidth, 0.24\paperheight) rectangle(0.69\paperwidth, 0.4\paperheight);
+ \draw[espiral] (0.6\paperwidth,0.24\paperheight) .. controls +(up:0.08\paperheight) and (0.64\paperwidth, 0.4\paperheight) .. (0.69\paperwidth, 0.4\paperheight);
+ \fill[color=squarecolor] (0.70\paperwidth, 0.31\paperheight) rectangle(0.76\paperwidth, 0.40\paperheight);
+ \draw[espiral] (0.7\paperwidth,0.4\paperheight) .. controls +(right:0.03\paperheight) and (0.76\paperwidth, 0.35\paperheight) .. (0.76\paperwidth, 0.31\paperheight);
+ \fill[color=squarecolor] (0.72\paperwidth, 0.24\paperheight) rectangle(0.76\paperwidth, 0.3\paperheight);
+ \draw[espiral] (0.76\paperwidth,0.3\paperheight) .. controls +(down:0.03\paperheight) and (0.74\paperwidth, 0.24\paperheight) .. (0.72\paperwidth, 0.24\paperheight);
+ \fill[color=squarecolor] (0.70\paperwidth, 0.24\paperheight) rectangle(0.71\paperwidth, 0.28\paperheight);
+ \draw[espiral] (0.71\paperwidth,0.24\paperheight) .. controls +(left:0.005\paperwidth) and (0.7\paperwidth, 0.26\paperheight) .. (0.7\paperwidth, 0.28\paperheight);
+ \ifnum\thepage>1\relax%
+ \fill[white, opacity=1] (0,0) rectangle(\the\paperwidth, \the\paperheight);
+ \fi
+ \end{tikzpicture}
+}
+
+\setbeamerfont{date}{size=\large, shape=\upshape}
+\setbeamerfont{title}{size=\huge, shape=\mdseries}
+\setbeamerfont{institute}{size=\tiny, shape=\itshape}
+
+%Creates the title page contents
+\defbeamertemplate*{title page}{Cuerna}[1][]
+{
+ \begin{textblock}{9}(0.2,2.5)
+ \begin{beamercolorbox}[center,sep=1pt,#1]{title page header}
+ \usebeamerfont{title}\inserttitle\par%
+ \end{beamercolorbox}
+ \end{textblock}
+ \vskip7.0cm%
+ \begin{beamercolorbox}[wd=6cm,leftskip=0cm,#1]{author}
+ \usebeamerfont{date}\insertauthor%
+ \end{beamercolorbox}
+ \vskip0.1cm%
+ \begin{beamercolorbox}[wd=6cm, #1]{institute}
+ \usebeamerfont{institute}\insertinstitute
+ \end{beamercolorbox}
+
+
+ \begin{textblock}{6}(9.3,5)
+ \begin{beamercolorbox}[right]{date}
+ \usebeamerfont{date}\insertdate%
+ \end{beamercolorbox}
+ \end{textblock}
+
+ \begin{textblock}{4}(12.9,11.8)
+ \insertlogo
+ \end{textblock}
+ \vfill
+}
+
+%Lists and the table of contents
+\setbeamertemplate{items}[triangle]
+\setbeamertemplate{sections/subsections in toc}[square]
+
+\mode<all>
+%</inner>
+%
+%
+%<*outer>
+\mode<presentation>
+
+\setbeamerfont{sectiontitle}{size=\huge, shape=\scshape}
+
+%Title bar
+\defbeamertemplate*{frametitle}{Cuerna}[1][]
+{
+ \vskip0.2cm
+ \begin{beamercolorbox}[right]{sectiontitle}
+ \usebeamerfont{date}\insertsection
+ \end{beamercolorbox}
+ \vskip-0.2cm
+ \definecolor{imred}{HTML}{BD2026}
+ \definecolor{imyellow}{HTML}{FCED27}
+ \definecolor{imorange}{HTML}{F6B419}
+ \begin{beamercolorbox}[wd=\paperwidth,ht=1.9cm]{frametitle}
+ \begin{tikzpicture}
+ \useasboundingbox (0,0) rectangle(\the\paperwidth,1.4);
+ {\node[anchor=west, white] at (0.4, 0.8){\insertlogo};}
+ \fill[squarecolor](2.45, 0.3) rectangle(\paperwidth,1.4);
+ \ifx\insertframesubtitle\@empty%
+ {\node[anchor=west, white, font=\large] at (3.0,0.82){\insertframetitle};}
+ \else%
+ {\node[anchor=west, white, font=\large] at (3.0, 1.02){\insertframetitle};%
+ \node[anchor=west, white, font=\small] at (3.0, 0.63){\insertframesubtitle};}%
+ \fi
+ \end{tikzpicture}
+ \end{beamercolorbox}
+ \vskip-0.5cm
+}
+
+%Prevents the logo from beign added to every slide
+\defbeamertemplate*{sidebar right}{sidebar theme}
+{%
+ \vfill%
+ \llap{\usebeamertemplate***{navigation symbols}\hskip0.1cm}%
+\vskip2pt}
+
+\mode<all>
+%</outer>
+%
+%
+%<*default>
+\mode<presentation>
+
+\definecolor{edgescolor}{HTML}{4DA6FF}
+\definecolor{squarecolor}{HTML}{002B36}
+
+%Colours to use in some elements
+\setbeamercolor*{title page header}{fg=white}
+\setbeamercolor*{author}{fg=white}
+\setbeamercolor*{date}{fg=white}
+\setbeamercolor*{institute}{fg=white}
+\setbeamercolor*{sectiontitle}{fg=black}
+
+%Item list colour
+\setbeamercolor*{item}{fg=squarecolor}
+
+%Theorem box colour
+\setbeamercolor{block title}{use=structure,fg=white,bg=squarecolor}
+
+\mode<all>
+%</default>
+%
+%
+%<*bluesimplex>
+\mode<presentation>
+
+\definecolor{edgescolor}{HTML}{3469CC}
+\definecolor{squarecolor}{HTML}{282d33}
+
+%Colours to use in some elements
+\setbeamercolor*{title page header}{fg=white}
+\setbeamercolor*{author}{fg=white}
+\setbeamercolor*{date}{fg=white}
+\setbeamercolor*{institute}{fg=white}
+\setbeamercolor*{sectiontitle}{fg=black}
+
+%Item list colour
+\setbeamercolor*{item}{fg=squarecolor}
+
+%Theorem box colour
+\setbeamercolor{block title}{use=structure,fg=white,bg=squarecolor}
+
+\mode<all>
+%</bluesimplex>
+%
+%
+%<*brick>
+\mode<presentation>
+
+\definecolor{edgescolor}{HTML}{757575}
+\definecolor{squarecolor}{HTML}{8B290E}
+
+%Colours to use in some elements
+\setbeamercolor*{title page header}{fg=white}
+\setbeamercolor*{author}{fg=white}
+\setbeamercolor*{date}{fg=white}
+\setbeamercolor*{institute}{fg=white}
+\setbeamercolor*{sectiontitle}{fg=black}
+
+%Item list colour
+\setbeamercolor*{item}{fg=squarecolor}
+
+%Theorem box colour
+\setbeamercolor{block title}{use=structure,fg=white,bg=squarecolor}
+
+\mode<all>
+%</brick>
+%
+%
+%<*lettuce>
+\mode<presentation>
+
+\definecolor{edgescolor}{HTML}{757575}
+\definecolor{squarecolor}{HTML}{3B5323}
+
+%Colours to use in some elements
+\setbeamercolor*{title page header}{fg=white}
+\setbeamercolor*{author}{fg=white}
+\setbeamercolor*{date}{fg=white}
+\setbeamercolor*{institute}{fg=white}
+\setbeamercolor*{sectiontitle}{fg=black}
+
+%Item list colour
+\setbeamercolor*{item}{fg=squarecolor}
+
+%Theorem box colour
+\setbeamercolor{block title}{use=structure,fg=white,bg=squarecolor}
+
+\mode<all>
+%</lettuce>
+
+%<*template>
+\documentclass{beamer}
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+
+%%Defining the ``proposition'' environment
+\newtheorem{proposition}{Proposition}
+
+
+%%Sets the beamer theme "Cuerna"
+\usetheme{Cuerna}
+
+\usecolortheme{default}
+%Available color themes: default, bluesimplex, brick, lettuce
+
+%%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}
+%</template>
+
+% \end{macrocode}
+
+%\Finale
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/beamertheme-cuerna.ins b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/beamertheme-cuerna.ins
new file mode 100644
index 0000000000..c42133057d
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/beamertheme-cuerna.ins
@@ -0,0 +1,46 @@
+%% Copyright September 2016 by Geri <geri@bluesimplex.com>
+%%
+%% This work may be distributed and/or modified under the conditions of the LaTeX
+%% Project Public License, either version 1.3c of this license or (at your option)
+%% any later version. The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt and version 1.3c or later is part of all
+%% distributions of LaTeX version 2008/05/04 or later.
+
+\input docstrip.tex
+\keepsilent
+\askforoverwritefalse
+
+\preamble
+
+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
+--------------------------------------------------------------------------------
+
+\endpreamble
+
+\usedir{tex/latex/beamertheme-cuerna}
+\generate{
+ \file{beamerthemeCuerna.sty}{\from{beamertheme-cuerna.dtx}{cuerna}}
+ \file{beamerinnerthemeCuerna.sty}{\from{beamertheme-cuerna.dtx}{inner}}
+ \file{beamerouterthemeCuerna.sty}{\from{beamertheme-cuerna.dtx}{outer}}
+ \file{beamercolorthemeCuerna.sty}{\from{beamertheme-cuerna.dtx}{default}}
+ \file{beamercolorthemebluesimplex.sty}{\from{beamertheme-cuerna.dtx}{bluesimplex}}
+ \file{beamercolorthemebrick.sty}{\from{beamertheme-cuerna.dtx}{brick}}
+ \file{beamercolorthemelettuce.sty}{\from{beamertheme-cuerna.dtx}{lettuce}}
+}
+
+\usedir{doc/latex/beamertheme-cuerna}
+\generate{
+ \file{template.tex}{\from{beamertheme-cuerna.dtx}{template}}
+}
+
+\endbatchfile
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/beamertheme-cuerna.pdf b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/beamertheme-cuerna.pdf
new file mode 100644
index 0000000000..20f4c44999
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/beamertheme-cuerna.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/bluesimplex.png b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/bluesimplex.png
new file mode 100644
index 0000000000..2ec5a0fa95
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/bluesimplex.png
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/bluesimplexexample.pdf b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/bluesimplexexample.pdf
new file mode 100644
index 0000000000..0596f110fd
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/bluesimplexexample.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/brickexample.pdf b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/brickexample.pdf
new file mode 100644
index 0000000000..792f842cb6
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/brickexample.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/defaultexample.pdf b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/defaultexample.pdf
new file mode 100644
index 0000000000..ba5edeae28
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/defaultexample.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/lettuceexample.pdf b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/lettuceexample.pdf
new file mode 100644
index 0000000000..611887de74
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-cuerna/pictures/lettuceexample.pdf
Binary files differ