summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/hobete
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/hobete
Initial commit
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/themes/hobete')
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/hobete/README39
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/hobete/beamercolorthemehohenheim.sty81
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/hobete/beamerouterthemehohenheim.sty91
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/hobete/beamerouterthemehohenheimposter.sty94
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/hobete/beamerthemehohenheim.sty25
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/hobete/hobete.sty302
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/hobete/hobete_doc.pdfbin0 -> 370086 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/hobete/hobete_doc.tex341
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/hobete/poster-test.tex155
9 files changed, 1128 insertions, 0 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/hobete/README b/macros/latex/contrib/beamer-contrib/themes/hobete/README
new file mode 100644
index 0000000000..6e53e3542f
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/hobete/README
@@ -0,0 +1,39 @@
+README
+
+Ein beamertheme mit den Farben der Uni Hohenheim. Ich bezeichne dieses Theme als Hack und mšchte drauf hinweisen, dass er 1. beta ist und 2. nicht unbedingt mit den beamer-Paradigmen übereinstimmt. Ich übernehme keinerlei Haftung fŸr die vorliegenden Dateien.
+
+Die ist kein offizielles Theme der Uni, sie wird keinerlei Support leisten. Es besteht keinerlei Verbindung zwischen diesem Theme und der Uni.
+
+Installation (manuell) : Schiebe die drei Dateien beamerthemeHohenheim.sty, beamercolorthemehohenheim.sty sowie beamerouterthemeinfolines_hohenheim.sty in einen lokalen Ordner in dem TeX sucht und lasse texhash durchlaufen. Alternativ kannst du die Dateien auch in den beamer-tree einpflegen. Dann ist das Zeug aufgerŠumt. VorschlŠge, Bugs, Änderungswünsche bitte an
+tobias.goerlach@uni-hohenheim.de
+
+Achtung: Die Logos (Wort und Bildmarke) der Uni dŸrfen nur verwendet werden, wenn ein eindeutiger Bezug zur Uni besteht.
+Keine private Nutzung!
+
+Verwendung und Dokumentation ist hobete_doc.tex (bzw pdf) zu entnehmen.
+
+-----
+
+This is a beamer-theme written to fit into the CI of the University of Hohenheim, Germany. I the author consider this theme as a hack, which is beta an does not conform with the beamer paradigms of the beamer LaTeX class.
+There is no warranty for the code, or whatever can occure while using it.
+
+Installation (manually): move the files into a global or local directory which is searched by tex. Depending on your OS you may have to run texhash.
+
+This is not a official Theme! The Uni will not give any support. There is no relationship between this theme and any of the institution of the Uni.
+
+Attention: Do not use the Logos (and Name) of the University without permission nor for private (non Uni related) purpose.
+
+Documentation file is (hobete_doc.tex rep. .pdf)
+
+This packages comes under lppl or GNU
+The lppl status of this package is: author-maintenaced
+This packages consists of the files
+hobete.sty (main package file)
+beamercolorthemehohenheim.sty
+beamerouterthemehohenheim.sty
+beamerthemehohenheim.sty
+beamerouterthemehohenheimposter.sty
+poster-test.tex (example file for poster support)
+hobete_doc.pdf (manual german)
+hobete_doc.tex (manual source)
+readme (this file)
diff --git a/macros/latex/contrib/beamer-contrib/themes/hobete/beamercolorthemehohenheim.sty b/macros/latex/contrib/beamer-contrib/themes/hobete/beamercolorthemehohenheim.sty
new file mode 100644
index 0000000000..c9434a48a2
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/hobete/beamercolorthemehohenheim.sty
@@ -0,0 +1,81 @@
+% Copyright 2008--2012 by tgoerlach < tobias.goerlach@uni-hohenheim.de >
+% https://bitbucket.org/tobig/hohenheimbeamertheme/overview
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+%
+% Create your own colortheme! It´s fun!
+% Theme Version 0003a
+
+\mode<presentation>
+%% Ok folks first we define the Colors as allowed by the Uni administration in the CI policy
+ %% actually the main color is Pantone 2955 C but the Uni allows the following colors in cmyk
+\definecolor[named]{Hohenheim}{cmyk}{1.0,0.5,0,0.45} % Hohenheim main color 2955 C shaded 100% bis 10 %
+% Shading the color for the Theme
+\definecolor{Hohenheimbg}{named}{white}
+\colorlet{Hohenheimbg}{Hohenheim!20!white}
+
+\definecolor{HohenheimBW}{cmyk}{0,0,0,0.6} % This is nothing else than grey (for printing) 50%-10%
+
+% Sekundärfarben % secondary colors non glowing
+% use with precaution
+% not used in the Theme; for individually use (beside alerts)
+\definecolor{Hohenheim_darkgreen}{cmyk}{1.0,0.55,0.8,0}
+\definecolor{Hohenheim_green}{cmyk}{0.5,0.2,1,0}
+\definecolor{Hohenheim_red}{cmyk}{0.55,0.95,0.75,0}
+\definecolor{Hohenheim_lightblue}{cmyk}{0.6,0.1,0.1,0}
+\definecolor{Hohenheim_midgray}{cmyk}{0.55,0.4,0.45,0}
+% Sekundärfarben Leuchtend % secondary colors glowing
+\definecolor{Hohenheim_glow_darkgreen}{cmyk}{0.9,0,1,0}
+\definecolor{Hohenheim_glow_yellow}{cmyk}{0,0.2,1,0}
+\definecolor{Hohenheim_glow_red}{cmyk}{0.2,1,1,0}
+\definecolor{Hohenheim_glow_lightblue}{cmyk}{1,0,0,0}
+
+
+
+
+\setbeamercolor{normal text}{ bg=brown!2!white}
+\setbeamercolor{alerted text}{fg=Hohenheim_glow_red, bg= Hohenheimbg}
+\setbeamercolor*{palette primary}{fg=Hohenheimbg, bg=Hohenheim} % Block für Titel
+\setbeamercolor*{palette secondary}{fg=Hohenheim, bg=Hohenheimbg} % rechts oben (Logo) ZB
+\setbeamercolor*{palette tertiary}{fg=Hohenheim, bg=Hohenheimbg}
+\setbeamercolor*{palette quaternary}{bg=Hohenheim!75!white, fg=Hohenheimbg}
+
+\setbeamercolor*{sidebar}{fg=white,bg=Hohenheimbg}
+
+\setbeamercolor*{palette sidebar primary}{fg=white,}
+\setbeamercolor*{palette sidebar secondary}{fg=white, bg= Hohenheim}
+\setbeamercolor*{palette sidebar tertiary}{fg=white, }
+\setbeamercolor*{palette sidebar quaternary}{fg=white,}
+
+
+\setbeamercolor{frametitle}{fg=Hohenheim, bg=Hohenheimbg}
+\setbeamercolor{frametitle right}{bg=Hohenheimbg}
+
+\setbeamercolor*{block title}{fg=white, bg=Hohenheim}
+\setbeamercolor*{block title alerted}{fg=black,bg=Hohenheimbg}
+\setbeamercolor*{block title example}{fg=white,bg=Hohenheimbg}
+
+\setbeamercolor*{block body}{fg=black,bg=Hohenheim!5!white}
+\setbeamercolor*{block body alerted}{fg=black,bg=Hohenheim!5!white}
+\setbeamercolor*{block body example}{fg=black,bg=Hohenheim!5!white}
+
+\setbeamercolor*{separation line}{}
+\setbeamercolor*{fine separation line}{}
+\setbeamercolor*{titlelike}{fg=Hohenheimbg, bg=Hohenheim}
+
+\setbeamercolor*{item projected}{fg=white, bg=Hohenheim}
+\setbeamercolor*{itemize item}{fg=Hohenheim, bg=Hohenheim}
+\setbeamercolor*{section number projected}{fg=Hohenheim, bg=Hohenheimbg}
+\setbeamercolor*{section in toc}{fg=Hohenheim}
+\setbeamercolor*{subsection in toc}{fg=Hohenheim}
+\setbeamercolor*{subsubsection in toc}{fg=Hohenheim}
+%\setbeamercolor*{postercolumn}{fg=Hohenheim, bg=Hohenheim!5!white}
+
+\mode
+<all>
+
diff --git a/macros/latex/contrib/beamer-contrib/themes/hobete/beamerouterthemehohenheim.sty b/macros/latex/contrib/beamer-contrib/themes/hobete/beamerouterthemehohenheim.sty
new file mode 100644
index 0000000000..c4c69d293e
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/hobete/beamerouterthemehohenheim.sty
@@ -0,0 +1,91 @@
+% Copyright 2010 by tgoerlach tobias.goerlach@uni-hohenheim.de
+% some marked locs are taken from beamerouterthemeinfolines.sty as distributed under LPPL/GNU
+%in the beamer bundle and copyrighted by Till Tantau 2007
+% which now can be found at: https://bitbucket.org/rivanvx/beamer/overview
+% locs taken form this file are marked as follows: %BEGIN infolines (begin of parts form infolines) ; %END infolines (end of parts form infolines)
+%
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+% Theme Version 0003
+
+\mode<presentation>
+
+\setbeamercolor*{author in head/foot}{parent=palette primary}
+\setbeamercolor*{title in head/foot}{parent=palette quaternary}
+\setbeamercolor*{date in head/foot}{parent=palette secondary}
+
+\setbeamercolor*{section in head/foot}{parent=palette tertiary}
+\setbeamercolor*{subsection in head/foot}{parent=palette primary}
+\setbeamercolor*{frametitle in title}{parent=palette secondary}
+
+
+\defbeamertemplate*{footline}{hohenheim theme}
+{%BEGIN infolines
+ \leavevmode%
+ \hbox{%
+ \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
+ \usebeamerfont{author in head/foot}\insertshortauthor~~\beamer@ifempty{\insertshortinstitute}{}{\insertshortinstitute}
+ \end{beamercolorbox}%
+ \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
+ \usebeamerfont{title in head/foot}\insertshorttitle
+ \end{beamercolorbox}%
+ \begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
+ \usebeamerfont{date in head/foot}\insertshortdate{}\hspace*{2em}
+ \insertframenumber{} / \inserttotalframenumber\hspace*{2ex}
+ \end{beamercolorbox}}%
+ \vskip0pt%
+}%END infolines
+\defbeamertemplate*{headline}{hohenheim theme}
+{%BEGIN infolines
+ \leavevmode%
+ \hbox{%
+ \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.25ex,dp=1ex,right]{section in head/foot}%
+ \usebeamerfont{section in head/foot}\insertsectionhead\hspace*{2ex}
+ \end{beamercolorbox}%
+ \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.25ex,dp=1ex,left]{subsection in head/foot}%
+ \usebeamerfont{subsection in head/foot}\hspace*{2ex}\insertsubsectionhead
+ \end{beamercolorbox}}%
+ \vskip0pt%
+}
+
+\setbeamersize{text margin left=1em,text margin right=1em}
+%END infolines
+
+
+%
+% Oki now werde getting close..
+% We redefine the Frametitle to place our own logo there. remark: this is considered as a hack.
+
+\setbeamerfont{frametitle}{series=\bfseries} % Shouldnt be in this file, should be in the fontheme
+
+% Two possible solutions i prefer the second so far
+%\setbeamertemplate{frametitle}
+%{%
+ % \nointerlineskip
+%
+%\begin{beamercolorbox}[wd=\paperwidth,dp=1ex, ht=4.5ex, sep=0.5ex, colsep*=0pt]{frametitle in title}%
+ % \usebeamerfont{frametitle} \begin{tikzpicture}[remember picture, overlay]%
+ %\draw[very thick, black] ([yshift=-4ex]current page.north west) -- ([yshift=-3ex]current page.north) -- ([yshift=-4ex]current page.north east);
+ %\node[yshift=-4ex, xshift=4ex] [left= of current page.north east] { \insertmylogo};
+ %\end{tikzpicture}\insertframetitle
+ %\end{beamercolorbox}%
+ % \nointerlineskip
+%\begin{beamercolorbox}[wd=\paperwidth,dp=.5ex, ht=.5ex, sep=0.5ex, colsep*=0pt]{subsection in head/foot}%
+ % \end{beamercolorbox}
+ %}%
+
+\setbeamertemplate{frametitle}
+{%
+ \nointerlineskip
+\begin{beamercolorbox}[wd=\paperwidth,dp=1ex, ht=4.5ex, sep=0.5ex, colsep*=0pt]{frametitle in title}%
+ \usebeamerfont{frametitle} \strut \insertframetitle \hfill \raisebox{-2ex}[0pt][-\ht\strutbox ]{ \insertmylogo}
+ \end{beamercolorbox}%
+ }%%
+
+
+\mode<all>
diff --git a/macros/latex/contrib/beamer-contrib/themes/hobete/beamerouterthemehohenheimposter.sty b/macros/latex/contrib/beamer-contrib/themes/hobete/beamerouterthemehohenheimposter.sty
new file mode 100644
index 0000000000..c18fd0218c
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/hobete/beamerouterthemehohenheimposter.sty
@@ -0,0 +1,94 @@
+% Copyright 2010-2012 by tgoerlach < tobias.goerlach@uni-hohenheim.de >
+% This is beamerouterhohenheimposter to support beamerposter
+% https://bitbucket.org/tobig/hohenheimbeamertheme/
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+% file version .1
+% theme version 0003a
+
+\newcounter{tgpostercount}
+\refstepcounter{tgpostercount}
+
+\setbeamertemplate{block begin}{
+ \vskip.75ex
+ \begin{beamercolorbox}[ht=2.5cm,dp=1cm,center,leftskip=1em,colsep*=0ex, sep=2mm, rounded=true]{block title}%
+ \usebeamerfont*{block title}%
+ {\vphantom{Gp} \thetgpostercount .~\insertblocktitle\refstepcounter{tgpostercount}}% phantom because of baseline problem
+ \end{beamercolorbox}%
+ {\ifbeamercolorempty[bg]{block body}{}{\nointerlineskip\vskip-0.5pt}}%
+ \usebeamerfont{block body}%
+ \begin{beamercolorbox}[leftskip=1em,colsep*=.75ex,sep=0.5ex,vmode, sep=5mm, rounded=true]{block body}%
+ \ifbeamercolorempty[bg]{block body}{\vskip-.25ex}{\vskip-.75ex}\vbox{}%
+ }
+ \setbeamertemplate{block end}{
+ \end{beamercolorbox}
+}
+
+
+\setbeamertemplate{headline}{
+ \leavevmode
+ \begin{beamercolorbox}[wd=\paperwidth]{frametitle}
+ \begin{columns}[T]
+ \begin{column}{.02\paperwidth}
+ \end{column}
+ \begin{column}{.8\paperwidth}
+ \vskip5ex
+ \raggedleft
+ \usebeamercolor{title in headline}{\color{fg}\textbf{\Huge{\inserttitle}}\\[3ex]}
+ \usebeamercolor{author in headline}{\color{fg}\large{\insertauthor}\\[1ex]}
+ \usebeamercolor{institute in headline}{\color{fg}\large{\insertinstitute}\\[1ex]}
+ \end{column}
+ \begin{column}{.2\paperwidth}
+
+ \begin{center}
+ \insertmylogo
+ \end{center}
+
+ \end{column}
+ \begin{column}{.02\paperwidth}
+ \end{column}
+ \end{columns}
+ \vskip2ex
+ \end{beamercolorbox}
+ \begin{beamercolorbox}[wd=\paperwidth]{lower separation line head}
+ \rule{0pt}{3pt}
+ \end{beamercolorbox}
+}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\beamertemplatenavigationsymbolsempty
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\setbeamertemplate{footline}{
+ \begin{beamercolorbox}[wd=\paperwidth]{upper separation line foot}
+ \rule{0pt}{3pt}
+ \end{beamercolorbox}
+ \leavevmode%
+ \begin{beamercolorbox}[ht=2cm,leftskip=1em,rightskip=1em]{author in head/foot}%
+ \normalsize\vphantom{Gg} \texttt{\insertwebsite}
+ \hfill gg
+ \texttt{\insertemail }
+ \vskip.5cm
+ \end{beamercolorbox}
+ \vskip0pt%
+ % \begin{beamercolorbox}[wd=\paperwidth]{lower separation line foot}
+ % \rule{0pt}{0pt}
+ % \end{beamercolorbox}
+}
+
+
+
+
+% equal font sizes for all levels
+\setbeamerfont{itemize/enumerate body}{size=\normalsize}
+\setbeamerfont{itemize/enumerate subbody}{size=\normalsize}
+\setbeamerfont{itemize/enumerate subsubbody}{size=\normalsize}
+\setbeamerfont{block body}{size=\normalsize}
+\setbeamerfont{block title}{size=\large}
+
+
diff --git a/macros/latex/contrib/beamer-contrib/themes/hobete/beamerthemehohenheim.sty b/macros/latex/contrib/beamer-contrib/themes/hobete/beamerthemehohenheim.sty
new file mode 100644
index 0000000000..650d5d8ac8
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/hobete/beamerthemehohenheim.sty
@@ -0,0 +1,25 @@
+% Copyright 2010 -- 2012 by tobig <tobias.goerlach@uni-hohneheim.de>
+% https://bitbucket.org/tobig/hohenheimbeamertheme/overview
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+\mode<presentation>
+
+\useoutertheme{hohenheim}
+\usefonttheme{professionalfonts}
+\useinnertheme[shadow=true]{rounded}% This is a beamer-class default theme
+\usecolortheme{hohenheim}
+%Should be in a innertheme
+\setbeamertemplate{itemize items}[circle]
+ \setbeamertemplate{enumerate items}[circle]
+ \setbeamertemplate{section in toc}[circle]
+ \setbeamertemplate{subsection in toc}[circle]
+ \setbeamerfont{section number projected}{size=\normalsize,series=\bfseries}
+
+\mode
+<all>
diff --git a/macros/latex/contrib/beamer-contrib/themes/hobete/hobete.sty b/macros/latex/contrib/beamer-contrib/themes/hobete/hobete.sty
new file mode 100644
index 0000000000..429a11e045
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/hobete/hobete.sty
@@ -0,0 +1,302 @@
+% Copyright 2010 -- 2012 by tobig <tobias.goerlach@uni-hohneheim.de>
+% https://bitbucket.org/tobig/hohenheimbeamertheme/overview
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+ \RequirePackage{ expl3, l3keys2e, xfrac, xparse}
+
+\ProvidesExplPackage {hobete} {2012/06/24} {0004} {2012/6/24 Beamer Theme for University of Hohenheim}
+
+\RequirePackage{tikz}
+
+\tl_new:N\hoversion
+\tl_set:Nn\hoversion{0004}
+
+
+\bool_new:N \g_hobete_poster_bool
+\bool_set_false:N \g_hobete_poster_bool
+\bool_new:N \l_hobete_sectionpage_bool
+\bool_set_false:N \l_hobete_sectionpage_bool
+
+\cs_new:Npn\g_tg_frml_front{x\ }
+\cs_new:Npn\g_tg_frml_back{\par}
+
+
+\keys_define:nn {hobeteoptions}{
+ poster .bool_set:N=\g_hobete_poster_bool,
+ poster .default:n = false,
+ framelist front .code:n =\cs_set:Npn\g_tg_frml_front{ #1 },
+ framelist back .code:n =\cs_set:Npn\g_tg_frml_back{ #1 },
+}
+
+\keys_define:nn {hobetecommands} {
+ plain .bool_set:N = \l_hobete_sectionpage_bool,
+ plain .default:n = false,
+}
+
+\ProcessKeysOptions{hobeteoptions}
+
+
+
+
+
+
+\typeout{ ________________________________________________}
+\typeout{| ~This ~is ~the~ Hohenheim ~Beamer ~Theme ~ \hoversion.}
+\typeout{| ~Please ~remark ~this ~is ~not ~a ~official ~Theme}
+\typeout{| ~The ~University ~of ~Hohenheim ~will ~grant~ NO ~support~ at~ all}
+\typeout{| ~If~ using~ the ~Logos, ~please ~make ~sure ~that ~you ~have ~the ~permission ~to ~do ~so!}
+\typeout{| }
+\typeout{|________________________________________________}
+
+
+
+% Lets hack some stuff
+\cs_new:Npn\cs_mylogo { }
+ \NewDocumentCommand\insertmylogo{}{\cs_mylogo }
+ \NewDocumentCommand\mylogo{m}{\cs_gset:Npn\cs_mylogo {#1} }
+
+
+\bool_if:NF \g_hobete_poster_bool{% all the followig stuff is only needed in slide mode
+
+\DeclareDocumentCommand\sectionpage{o}{%
+\group_begin:
+ \keys_set_known:nnN {hobetecommands}{ #1 }\tl_unkown_keys%
+ \bool_if:NTF \l_hobete_sectionpage_bool%
+ {%
+ \begin{frame}[plain]\begin{beamercolorbox}[wd=\textwidth,ht=4ex,dp=1ex,center,rounded=true,shadow=true]{titlelike}\huge \insertsection \end{beamercolorbox}\end{frame}%
+ }%true
+ {%
+ \frame{\begin{beamercolorbox}[wd=\textwidth,ht=4ex,dp=1ex,center,rounded=true,shadow=true]{titlelike}\huge \insertsection \end{beamercolorbox}}
+ }%false
+\group_end:
+}%
+
+
+
+%Here comes the Framelist
+%
+%\newcommand{\printframelist}{ }
+%\newcommand{\@savefrml}{ }
+%\newcommand{\frameliston}{%
+%\let\oldframetitle\frametitle
+%\newcommand{\tgframelistfronthook}{$\cdot$}
+%\newcommand{\tgframelistbackhook}{\\ }
+%\newcommand\myaddto[1]{%
+ %\write\@auxout{\noexpand\@writefile{frml}{\noexpand ##1}}}
+ %\renewcommand{\printframelist}{\@starttoc{frml}}
+%\renewcommand{\frametitle}[1]{\oldframetitle{##1}%
+%\xifstrequal{##1}{\@savefrml}{}{
+%\myaddto{ \noexpand%
+%\tgframelistfronthook ##1 \noexpand\tgframelistbackhook}%
+%}
+%\global\def\@savefrml{##1}%
+%}
+%}
+
+
+%% Delcaring the i/o Streams
+\iow_new:N\iow_frml
+\ior_new:N\ior_frml
+
+
+
+\let\oldframetitle\frametitle
+
+
+
+
+\cs_new:Npn\iow_to_frml{}
+
+% Survives outside \frametitle
+\tl_new:N\tl_gtemp_save_frametitle
+% Does not
+\tl_new:N\l_temp_framelist_tl
+% will store the whole fl at the begin
+\tl_new:N\g_store_frml_tl
+% will store new fl at end (which is written to file)
+\tl_new:N\g_whole_framelist_tl
+% Stores the fl-filename
+\tl_new:N\tl_name_file_frml
+% sets the fl-filename
+\tl_gset:Nn\tl_name_file_frml{\c_job_name_tl.frml}
+
+
+
+ % check if file exits if not build a empty one
+ \file_if_exist:nTF {\tl_name_file_frml}
+ { %reading in by input
+ \tl_set:Nn\g_store_frml_tl{ \input{ \tl_name_file_frml } }
+ % The following could be a l3 solution for read in line by line
+ % not used jet
+ %\ior_open:Nn\ior_frml{\tl_name_file_frml}
+ %\ior_str_map_inline:Nn \ior_frml
+ %{ \tl_gput_right:Nn \g_store_frml_tl {\g_tg_frml_front #1 \g_tg_frml_back } }
+ %\ior_close:N\ior_frml
+}{ % making new file
+ \iow_open:Nn\iow_frml{\tl_name_file_frml}
+ \iow_now:Nn\iow_frml{ }
+ \iow_close:N\iow_frml
+
+ }
+
+
+\DeclareDocumentCommand\frametitle { m } {
+\oldframetitle{#1}%no changes to org definition
+\tl_set:Nn\l_temp_framelist_tl{#1} % seems to be beter for comparing
+% Now comparing the recent and the former frametitle
+\str_if_eq:xxTF {\l_temp_framelist_tl}{\tl_gtemp_save_frametitle} {% do nothing if true
+%
+}{%false
+%write to tl if e recent and the former frametitle are not the same
+\tl_gput_right:Nn\g_whole_framelist_tl{\g_tg_frml_front #1 \g_tg_frml_back}
+ %\iow_now:Nx\iow_frml{\l_temp_framelist_tl} % would be another posibility, but keeps a stream open the whole time
+% \iow_close:N\ios_frml
+ }
+\tl_gset:Nn\tl_gtemp_save_frametitle{#1} % now overwriting global old frametitle with recent frametitle
+% this is the last that should be done here
+}
+
+
+%
+%
+\AtEndDocument{% this is latex2e but saves a write stream
+ \iow_open:Nn\iow_frml{\tl_name_file_frml}
+ \iow_now:Nx\iow_frml{\g_whole_framelist_tl}
+ \iow_close:N\iow_frml
+}
+
+
+
+
+\DeclareDocumentCommand\printframelist{ }{ %
+\tl_use:N\g_store_frml_tl
+}% this simply prints the frametitle list
+
+
+%------------------
+% The Fancy Title stuff:
+% First defining the print user code
+
+
+\tl_new:N\g_logo_klein_tl
+\tl_new:N\g_logo_gro_tl
+
+\NewDocumentCommand\HohenheimLogoKlein{m}{%
+%\def\g_logo_klein_tl
+\tl_gset:Nn\g_logo_klein_tl{#1}
+}
+
+\NewDocumentCommand\HohenheimLogoLang{m}{%
+\tl_gset:Nn\g_logo_gro_tl{#1}
+}
+
+% Now defining the respective Functions for the titlepage
+% (They also could be defined in the Decision Tree below, but this is better to read)
+% First if only the small logo exists
+\NewDocumentCommand{\inserthotpwolang}{m}{\frame[plain]{
+ \begin{tikzpicture}[remember~picture,overlay]
+ \node [scale=1.7,fill ~opacity=.2,text ~opacity=.07] at (current ~page.south~ west) {\includegraphics{\g_logo_klein_tl} };
+ %\node [scale=0.9,fill opacity=.2,text opacity=.8] at (7,0) {\includegraphics{\g_logo_gro_tl} };
+ \end{tikzpicture}
+ \maketitle
+ \begin{center}%
+ #1%
+ \end{center}
+ }
+}
+% if no short logo
+\NewDocumentCommand\inserthotpwokurz{m}{\frame[plain]{
+ \begin{tikzpicture}[remember~picture,overlay]
+ % \node [scale=1.7,fill opacity=.2,text opacity=.07] at (current page.south west) {\includegraphics{logoklein.eps} };
+ \node [scale=0.9,fill ~opacity=.2,text ~opacity=.8, xshift=1.2cm, yshift=-1.5cm] at (current ~page.north) {\includegraphics{\g_logo_gro_tl} };
+ \end{tikzpicture}\\[1cm]
+ \maketitle
+ \begin{center}%
+ #1%
+ \end{center}
+ }
+}
+%if both are defined
+\NewDocumentCommand\inserthotp{m}{\frame[plain]{
+ \begin{tikzpicture}[remember~picture,overlay]
+ \node [scale=1.7,fill ~opacity=.2,text ~opacity=.07] at (current~page.south~west) {\includegraphics{\g_logo_klein_tl} };
+ \node [scale=0.9,fill ~opacity=.2,text~opacity=.8, xshift=1.2cm, yshift=-1.5cm] at (current~page.north) {\includegraphics{\g_logo_gro_tl} };
+ \end{tikzpicture}\\[1cm]
+ \maketitle%
+ % \vskip0pt plus 1filll
+ \begin{center}%
+ #1%
+ \end{center}
+ }
+}
+
+
+\NewDocumentCommand\HohenheimFancyTitle{m}{\frame[plain]{ \maketitle } } %Fall Back
+\AtBeginDocument{
+\tl_if_empty:NTF\g_logo_klein_tl{%true klein
+ \typeout{ __Hohenheim ~Beamer ~Theme ~says: __________________}
+ \typeout{| \string\HohenhemLogoKlein\space a ~is ~not ~defined ~please~ specify... dropping~ one~ Picture}%
+ \tl_if_empty:NTF \g_logo_gro_tl{%true groß
+ \typeout{| \string\HohenhemLogoLang\space is not defined please specify... dropping fancy Title... inserting boring one} %
+ \typeout{|________________________________________________}%
+ }{%flase groß -> also kein klein aber groß
+ \typeout{| seems that \string\HohenhemLogoLang\space exists... Lets see what we can do with it}
+ \typeout{|________________________________________________}
+ \RenewDocumentCommand\HohenheimFancyTitle{m}{\inserthotpwokurz{#1}}%
+ }}
+{%klein false (vorhanden)
+ \tl_if_empty:NTF\g_logo_gro_tl{ % klein vorhanden, groß nicht
+ \typeout{| \string\HohenhemLogoLang\space is not defined... i ll try my best} %
+ \typeout{|________________________________________________}
+ \RenewDocumentCommand\HohenheimFancyTitle{1}{\inserthotpwolang{#1}}%
+ }
+ {% klein da groß da
+ \RenewDocumentCommand\HohenheimFancyTitle{m}{\inserthotp{#1}}
+ }
+}}
+}
+
+\usetheme{hohenheim}% we need that in any case
+
+ \bool_if:NT \g_hobete_poster_bool% Check if Poster is requested ift poster=true load hohenheimposter
+ {
+ \useoutertheme{hohenheimposter}
+ \typeout{ ________________________________________________}
+ \typeout{| ~This ~is ~the~ Hohenheim ~Beamer ~Theme ~ \hoversion.}
+ \typeout{| ~Now~entering ~Poster ~Mode}
+ \typeout{|________________________________________________}
+
+%
+%
+%
+%
+%
+%
+% now all the --- Poster --- Stuff:
+% the following definitions are neither brilliant nor very hard to code for the users
+% their purpose is to make the user-end code a bit cleaner
+ \NewDocumentEnvironment{posterblock}{m}{\begin{block}{#1}}{\end{block}\vfill}
+%
+ \NewDocumentEnvironment{outerretainblock}{}{ \begin{column}{.49\textwidth}
+ \begin{beamercolorbox}[center,wd=\textwidth]{postercolumn}
+ \begin{minipage}[t][\columnheight][t]{.95\textwidth}}%
+ { %
+ \end{minipage}
+ \end{beamercolorbox}
+ \end{column}\hfill}
+ %
+ \NewDocumentCommand\insertemail{}{\tl_to_str:N\tl_posteremail }
+ \NewDocumentCommand\posteremail{m}{\tl_set:Nn\tl_posteremail{#1} }
+
+ \NewDocumentCommand\insertwebsite{}{\tl_to_str:N\tl_posterwebsite }
+ \NewDocumentCommand\posterwebsite{m}{\tl_set:Nn\tl_posterwebsite{#1} }
+ }
+%
+% EOF
+
diff --git a/macros/latex/contrib/beamer-contrib/themes/hobete/hobete_doc.pdf b/macros/latex/contrib/beamer-contrib/themes/hobete/hobete_doc.pdf
new file mode 100644
index 0000000000..8446b1545f
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/hobete/hobete_doc.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/hobete/hobete_doc.tex b/macros/latex/contrib/beamer-contrib/themes/hobete/hobete_doc.tex
new file mode 100644
index 0000000000..c3f0b66eb4
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/hobete/hobete_doc.tex
@@ -0,0 +1,341 @@
+% Copyright 2010-2012 by tgoerlach < tobias.goerlach@uni-hohenheim.de >
+% This is a example file for beamerthemehohenheim
+% https://bitbucket.org/tobig/hohenheimbeamertheme/
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+
+\documentclass[xcolor={table}]{beamer}
+
+\usepackage[ngerman]{babel}
+\usepackage[latin1]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+
+
+% Document specific stuff ()
+\usepackage{etex}% in some cases that helps% eg if you get those no room for newdimen errors
+% here we need it for pgfplots
+\usepackage{booktabs, url, calc}
+\usepackage{phaistos}% Just for the bee
+\newcommand{\bee}{\scalebox{0.5}{\PHbee}\ }
+\usepackage{tabularx} % tabu is even better
+\usepackage{amsmath, amssymb} % ok no commend needed here
+\usepackage{listings}% for code % note that beamer wants you to put code only into fragile frames (ref to the beamerusersguide)
+\lstdefinestyle{tex}{language=tex, basicstyle={\footnotesize\ttfamily} , breaklines=true}
+\usepackage{pgfplots}% best function plotter for tex
+ \pgfplotsset{compat=newest}
+\pgfplotsset{tick label style={font=\small\sffamily}, label style={font=\small\sffamily}, legend style={font=\footnotesize\sffamily},
+}
+
+
+
+
+
+
+
+%-- Theme Stuff
+\usepackage[framelist front={o\ }, framelist back={\ }]{hobete}
+%--that all what you have to do.
+
+
+%\HohenheimLogoKlein{/usr/local/texlive/2011/texmf-dist/doc/generic/pstricks/images/tiger.pdf} %Use the eps provided by the University
+%\HohenheimLogoLang{/usr/local/texlive/2011/texmf-dist/doc/generic/pstricks/images/tiger.pdf} % Lang indicates that here mus be insert the "Wort und Bildmarke"
+%Klein indicates, that here should only the Bildmarke be inserted.
+%-- You can gain them from the University CI Center
+%-- The logos cant be included into the Package, because their licenses are not clear
+%-- as soon as you got the logos name them correctly an uncomment those comments
+% \mylogo{ \includegraphics[height=5ex,clip=true , trim=8.1cm 0pt 0pt 0pt ]{logo.eps} }
+%\logo{logo.eps}%default Logo at the bottom right
+
+\mylogo{\includegraphics[height=5ex]{/usr/local/texlive/2011/texmf-dist/doc/generic/pstricks/images/tiger.pdf}}
+\beamertemplatenavigationsymbolsempty %Navbar on/off
+
+
+
+
+\title[Beamer u. Hohenheim]{Beamer und Hohenheim 00004}
+\author[T. Görlach ]{Tobias Görlach }
+
+\date[2011 -- 2012]{August 2011 -- }
+\institute[Inst.]{Institut}
+
+
+
+\begin{document}
+
+
+ \HohenheimFancyTitle{}
+
+
+
+\frame{\tableofcontents}
+
+\frame{\frametitle{Was ist das?} Dieses Dokument zeigt ein Beamertheme mit den Farben der Uni Hohenheim. Ich bezeichne dieses Theme als Hack und möchte drauf hinweisen, dass er 1. beta ist und 2. nicht unbedingt mit den beamer-Paradigmen übereinstimmt. Ich übernehme keinerlei Haftung für die vorliegenden Dateien und für alles was aus der Benutzung entstehen kann. Zudem möchte ich darauf hinweisen, dass obschon es sich um die Farben etc., wie in der CI definiert, handelt, dies kein offizielles Theme der Uni ist. Und somit die Uni keinen Support bietet. \bfseries Die Uni hat mit diesem Theme rein gar nichts zu tun. }
+\frame{\frametitle{Anleitung zur Anleitung}
+Diese Anleitung ist sowohl Anleitung als auch Beispieldatei. Es wurden keine Logos verwendest, da die Lizenz immer noch nicht klar ist. Diese müssen über die Uni bezogen werden. Wie diese einzubinden sind, ist dem source-code dieser Datei zu entnehmen.
+
+ }
+\frame{\frametitle{Installation} Schiebe die drei Dateien \emph{beamerthemeHohenheim.sty}, \emph{beamercolorthemehohenheim.sty} sowie \emph{beamerouterthemeinfolines\_hohenheim.sty} in einen lokalen Ordner in dem \TeX\ sucht und lasse ggf. texhash durchlaufen. Alternativ kannst du die Dateien auch in den globalen local-texmf Ordner einpflegen. Diesen Ordner kann man mit \texttt{kpsewhich -var-value=TEXMFLOCAL} herausfinden. Wenn alle Dämme brechen, können die Dateien auch im Arbeitsverzeichnis abgelegt werden.
+
+ Vorschläge, Bugs, Änderungswünsche bitte an \url{tobias.goerlach@uni-hohenheim.de} }
+ \frame{\frametitle{Verwendung}
+ Zur Verwendung reicht es \texttt{\textbackslash usepackage\{ hobete\} } nach dem Laden von \texttt{beamer} anzugeben. Bei Verwendung von \texttt{beamerposter} sollte die Option \texttt{poster=true} angegeben werden.
+ }
+\frame{\frametitle{Farben}
+Die Hauptfarbe ist Pantone 2955 C oder CYMK 100-50-0-45. Das Theme verwendet diese und die mit Weiß geshadete 50\% . Diese Farben sind fest im colortheme verdrahtet und stehen bei Verwendung des Hohenheimer colorthemes zu Verfügung. \\[2mm]
+
+
+\begin{tabular}{l>{\ttfamily}ll}
+Beschreibung & \textsf{Name} & Test\\
+Hauptfarbe&Hohenheim&\fcolorbox{Hohenheim}{Hohenheim}{Test}\\
+Hauptfarbe 50\%&Hohenheimbg& \fcolorbox{Hohenheimbg}{Hohenheimbg}{Test}\\
+Hauptfarbe für BW&HohenheimBW&\fcolorbox{HohenheimBW}{HohenheimBW}{Test}\\
+\end{tabular}
+
+}
+\frame{\frametitle{Sekundärfarben}
+Diese Farben sollten mit Vorsicht verwendet werden. Vorstellbar ist z.B. eine Verwendung für die theorem Umgebeung. Das Theme verwendet diese Farben überhaupt nicht.\footnote{Einzige Ausnahme: Die Alert-Farbe, z.B. bei Listen. }
+\begin{columns}
+\column[T]{.5\textwidth}
+Gedeckte Sek Farben\\[1mm]
+\begin{tabular}{>{\ttfamily\small}ll}
+Hohenheim\_darkgreen &\fcolorbox{Hohenheim_darkgreen}{Hohenheim_darkgreen}{Test}\\
+Hohenheim\_green &\fcolorbox{Hohenheim_green}{Hohenheim_green}{Test}\\
+Hohenheim\_red &\fcolorbox{Hohenheim_red}{Hohenheim_red}{Test}\\
+Hohenheim\_lightblue &\fcolorbox{Hohenheim_lightblue}{Hohenheim_lightblue}{Test}\\
+Hohenheim\_midgray &\fcolorbox{Hohenheim_midgray}{Hohenheim_midgray}{Test}\\
+\end{tabular}
+\column[T]{.5\textwidth}
+Leuchtende Sek Farben\\[1mm]
+\begin{tabular}{>{\ttfamily\small}ll}
+Hohenheim\_glow\_darkgreen &\fcolorbox{Hohenheim_glow_darkgreen}{Hohenheim_glow_darkgreen}{Test}\\
+Hohenheim\_glow\_yellow &\fcolorbox{Hohenheim_glow_yellow}{Hohenheim_glow_yellow}{Test}\\
+Hohenheim\_glow\_red &\fcolorbox{Hohenheim_glow_red}{Hohenheim_glow_red}{Test}\\
+Hohenheim\_glow\_lightblue &\fcolorbox{Hohenheim_glow_lightblue}{Hohenheim_glow_lightblue}{Test}\\
+\end{tabular}
+\end{columns}
+
+}
+
+\begin{frame}[fragile]
+\frametitle{Anwendung der Farben}
+Die Farben können mit den bekannten Befehlen verwendet werden.
+\begin{columns}
+\column[T]{.5\textwidth}
+\textcolor{Hohenheim_glow_red}{ROT} oder \fcolorbox{Hohenheim_glow_lightblue}{Hohenheim_glow_lightblue}{BOX}%
+\column[T]{.5\textwidth}
+\begin{lstlisting}[style=tex]
+\textcolor{Hohenheim_glow_red}{ROT} oder
+ \fcolorbox{Hohenheim_glow_lightblue}
+\end{lstlisting}
+\end{columns}%
+\end{frame}
+
+
+\begin{frame}[fragile]
+ \frametitle{Das Logo}
+Der Befehl \lstinline[style=tex]$ \mylogo{ \includegraphics[height=5ex,clip=true , trim=8.1cm 0pt 0pt 0pt ]{logo.eps} } $ bindet das Logo ein. Dazu muss das Paket graphicx geladen sein da der Befehl dieses verwenden. (Das macht aber beamer schon....) Der \texttt{trim}-Parameter gibt den Zuschnitt des Logos an. Ich empfehle entweder \lstinline[style=tex]$ clip=true , trim=8.1cm 0pt 0pt 0pt$ oder keinen \texttt{trim}. Die Höhe sollte nicht verändert werden, da das Layout auf \texttt{5 ex} optimiert ist. Das Logo sollte zu jeder Zeit in Dokument verändert werden können.
+
+Dieser Befehl umgeht den \lstinline[style=tex]$\logo$ von beamer. Dieser kann aber weiterhin definiert werden.
+
+Das Logo erscheint neben dem Titel des Frames. Unbedingt immer den über die Uni erhältliche .eps File verwenden. Es ist unbedingt das .eps Format zu verwenden, da es sonst zu sehr unschönen Render-Schlieren kommt. Bei Verwendung von pdflatex shell-escape anschalten oder mindestens TexLive 2010 verwenden.
+\end{frame}
+
+
+
+\begin{frame}[fragile]
+\frametitle{Toller Titel...}
+... wie geht das? Nun man braucht folgendes:
+
+\begin{lstlisting}[style=tex]
+%Header
+\usepackage{tikz}
+%Document
+\frame[plain]{
+\begin{tikzpicture}[remember picture,overlay]
+\node [scale=1.7,fill opacity=.2,text opacity=.07] at (current page.south west) {\includegraphics{logoklein.eps} };
+\node [scale=0.9,fill opacity=.2,text opacity=.8] at (7,0) {\includegraphics{logo.eps} };
+\end{tikzpicture}
+ \maketitle
+ }
+\end{lstlisting}
+Wobei \texttt{logo.eps} das Logo mit (Wort- u. Bildmarke) und \texttt{logoklein.eps} das Logo ohne den Schriftzug ist.
+\end{frame}
+\begin{frame}[fragile]
+... oder man definiert einfach
+\begin{lstlisting}[style=tex]
+%Header
+\HohenheimLogoLang{xy.eps}
+\HohenheimLogoKlein{xyz.eps}
+%Document
+\begin{document}
+\HohenheimFancyTitle{<hook>}
+\end{lstlisting}
+Dabei ist ganz wichtig, dass die Logoangaben VOR \lstinline[style=tex]$\begin{document}$ erfolgen! Es kann, Aufgrund der Arbeitsweise von tikz, zudem notwendig sein zwei mal zu Kompilieren. \texttt{<hook>} kann mit beliebigen weiterem Inhalt gefüllt werden, zB. ein Institutslogo.
+\end{frame}
+
+\begin{frame}[fragile]
+\frametitle{Sectionpage}
+Die Sectionpage, \lstinline[style=tex]$\sectionpage$ , gibt die aktuelle Section auf einer separaten Seite aus. Die Optionen sind:\\
+\lstinline[style=tex]$\sectionpage[plain=true]$ : Sectionpage ohne Kopf- und Fusszeile.
+\end{frame}
+
+
+
+\begin{frame} %
+\frametitle{Framelist}
+
+\printframelist
+\input{./hobete_doc.frml}
+\end{frame}
+
+\begin{frame}[fragile]\frametitle{Die Framelist}
+Die Framelist ist eine Liste der Frametitles. Diese wird ähnlich zu toc´s in einer Hilfsdatei mit der Endung \texttt{.frml} abgelegt. Der Befehl \lstinline[style=tex]$ \printframelist $ gibt die Liste aus. Mit der Klassenoption \lstinline[style=tex]$ framelist front$ und \lstinline[style=tex]$ framelist back $ können die Token eingestellt werden, die vor bzw nach den Einträgen erscheinen. Defaultwerte sind \lstinline[style=tex]{ $\cdot$ } und \lstinline[style=tex]$ \\ $ .
+\end{frame}
+
+
+\newcommand{\p}{{\footnotesize +}\ }\newcommand{\pp}{{\footnotesize ++}\ }
+
+\frame{\frametitle{Change-Log}\scriptsize
+\begin{tabularx}{\textwidth}{XXX}
+Version & Changes & Status-Name\\
+0001& \p Colortheme\newline \p Fancy Framtitle\newline \p mylogo-Command & beta-hack\\[15mm]
+0001a & \bee improved frametitle\newline \bee correct name for yellow \newline \p better Logo control \newline \p added \texttt{HohenheimFancyTitle} &\\[15mm]
+0001b & \bee minor bug fixes\newline &\\
+0001c & \p sectionpage now with plain option \p Better \texttt{HohenheimFancyTitle} \p altered item labels & \\
+0002a & \p added framelist & beta-hack release candiate (the steped version number indicates that this is a realease version) \\
+\end{tabularx}\vfill
+\tiny
+\p = new feature, \pp = significantly improved feature, - = removed feature, \bee bug-fix
+}
+\frame{\frametitle{Change-Log Vorts.}\scriptsize
+\begin{tabularx}{\textwidth}{XXX}
+Version & Changes & Status-Name\\
+0002b & \p added Support for beamerposter & \\
+0003 & \pp tidy up of the code, from now on its a real Package & \\
+0003a & \pp growing support for beamerposter & \\
+0004 & \pp latex3 plus options & \\
+\end{tabularx}\vfill
+\tiny
+\p = new feature, \pp = significantly improved feature, - = removed feature, \bee bug-fix
+}
+
+
+
+
+
+\frame{\frametitle{To Do }\scriptsize
+
+\begin{tabularx}{\textwidth}{XXX}
+Importance & Changes & Progress/Probs\\
+0& \p Support for beamerarticle & non \\
+\rowcolor{black!10}
+2 & \p Build-in titlepages & little/ can´t include Logo due to license issues\\
+%0 & \p altering the rounded theme to have nicer item lables & very little\\
+1 & \p improve/add compability to other outer themes than infolines\_hohenheim & little: it seems that e.g. split oder shadow works well with hobete \\
+0 & \p transfer to latex3 & non \\
+\end{tabularx}\vfill
+\tiny
+\p = feature to create , \pp = feature to improve , - = feature to remove , \bee bug-fixes\\
+Importance: 0=non ... 3=very
+}
+
+
+
+
+%\mylogo{ \includegraphics[height=5ex,clip=true , trim=8.1cm 0pt 0pt 0pt ]{logo.eps} }
+%-- Yes it can be changed within the document
+
+
+
+
+\section{Beispiele}
+
+\sectionpage
+\sectionpage[plain=true]
+
+\frame{\frametitle{Tabelle}\small
+\begin{tabularx}{.99\textwidth}{XXXXXX}
+\toprule
+Prozess\-schritt & Tem\-peratur °C & Rel. Luft-feuchte \% & Dreh\-zahl Luftum\-wälzung & Frischluft-klappen & Zeit h \\ \midrule
+
+ 1. & 24 & 94 & 1 & - & 18.00 \\
+
+ 2. & 22 & 90 & 1 & - & 24.00 \\
+
+ 3. & 21 & 86 & 2 & - & 24.00. \\
+
+ 4. & 18 & 84 & 2 & 1/4 & 24.00 \\
+
+ 5. & 16 & 80 & 2 & 1/4 & 48.00 \\
+
+ 6. & 16 & 76 & 2 & 1/4 & 24.00 \\ \bottomrule
+\end{tabularx}
+}
+
+\frame{\begin{center}
+\begin{tikzpicture}
+\begin{axis}[scale only axis, xmin=0.9,xmax=6.1,axis y line*=left, xlabel=Schritt ,ylabel=\textcolor{red}{Temperatur}] \addplot[color=red,mark=x, smooth] coordinates {
+(1, 24) (2, 22) (3, 21) (4,18) (5, 16) (6, 16)
+};\end{axis}
+
+\begin{axis}[ scale only axis, xmin=0.9,xmax=6.1, axis y line*=right, axis x line=none, ylabel=\textcolor{blue}{rel. Luftfeuchte}]
+\addplot[color=blue,mark=square, smooth] coordinates {
+(1, 94) (2, 90) (3, 86) (4, 84) (5, 80) (6, 76)
+};
+\end{axis} \end{tikzpicture}
+\end{center}}
+\frame{
+\begin{alertblock}{Achtung!}
+Guten Tag
+\end{alertblock}
+
+\begin{exampleblock}{Beispiel}
+Hallo
+\end{exampleblock}
+\begin{definition}
+So ist das.
+\end{definition}
+\begin{theorem}
+So könnte es sein
+\end{theorem}
+
+}
+
+\frame{
+\begin{proof}
+Genau so ist es!
+\end{proof}
+
+
+}
+\subsection{Listen}
+\frame{\frametitle{Beispiele Für Listen}
+\begin{itemize}[<+-| alert@+>]
+\item Eins
+\item Zwei
+\item Drei
+\item Vier
+\begin{itemize}
+\item bla
+\end{itemize}
+
+\end{itemize}
+\begin{enumerate}
+\item Eins
+\item Zwei
+\end{enumerate}
+}
+\subsection{s.th. else}
+\frame{}
+
+
+
+
+\end{document} \ No newline at end of file
diff --git a/macros/latex/contrib/beamer-contrib/themes/hobete/poster-test.tex b/macros/latex/contrib/beamer-contrib/themes/hobete/poster-test.tex
new file mode 100644
index 0000000000..4d4ffe6e33
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/hobete/poster-test.tex
@@ -0,0 +1,155 @@
+% Copyright 2010-2012 by tgoerlach < tobias.goerlach@uni-hohenheim.de >
+% This is a example file for beamerthemehohenheim poster
+% https://bitbucket.org/tobig/hohenheimbeamertheme/
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+% file version .2
+% theme version 0003
+
+\documentclass[final,hyperref={pdfpagelabels=false}]{beamer}
+
+\usepackage[poster=true]{hobete}%\useoutertheme{hohenheimposter}
+
+
+%%Some example related stuff
+\usepackage[english]{babel}
+\usepackage[latin1]{inputenc}
+\usepackage{amsmath,amsthm, amssymb, latexsym}
+\usepackage{array,booktabs,tabularx}
+\newcolumntype{Z}{>{\centering\arraybackslash}X} % centered tabularx columns
+\newcommand{\pphantom}{\textcolor{Hohenheim}}
+
+\boldmath
+
+
+
+% Some additional personal information
+% you need to set this
+
+\posteremail{text.name}
+
+
+
+\posterwebsite{www.uni-somewhere.de}
+
+
+\usepackage[orientation=portrait,size=a0,scale=1.4,debug]{beamerposter}
+
+
+\usepackage[poster=true]{hobete}
+
+
+
+\title{ Some fancy title which should be huge}
+\author{ Alot Names, Which Are, Mostly F. Ancy and Super Great}
+\institute[A Institite, Uni Fancyt.]{A Super institute, University of Fancytown}
+\date[2012]{Mar 2012}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Afraid to say we need that for some reason
+\newlength{\columnheight}
+\setlength{\columnheight}{105cm}
+% Inclusion of the logo
+ \mylogo{\includegraphics[height=10cm]{/usr/local/texlive/2011/texmf-dist/doc/generic/pstricks/images/tiger.pdf}}
+% Here should be a logo, but the licence isnt clear. So please put your own logo here.
+% For the University Logo height=10cm should be a reasonable value
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+\begin{document}
+\begin{frame}\begin{columns}
+\begin{outerretainblock} %This block is made for good two column layout
+% You´ll need two of them
+% Posterblock is nothing else than beamer´s block environment but makes vfill at the end of each block obsolete (less to type)
+ \begin{posterblock}{Introduction}
+ \begin{itemize}
+ \item Posters have become very popular thruout the scientific world
+ \item nowadays they can be produced fast and cost saving
+ \end{itemize}
+ \end{posterblock}
+ %
+ \begin{posterblock}{Blocking }
+ \begin{columns}
+ \begin{column}{.55\textwidth}
+ \begin{itemize}
+ \item Blocking the content is popular because:
+ \begin{itemize}
+ \item looks cool
+ \item easy way for structuring
+ \end{itemize}
+ \item Blocking is not good because
+ \begin{itemize}
+ \item reader has no way thru the document
+ \item solution: numbers
+ \end{itemize}
+ \end{itemize}
+ \end{column}
+ \begin{column}{.44\textwidth}
+ \centering
+ \begin{tabularx}{\linewidth}{ZZZ}
+ A
+ &
+ Table
+ &
+ beside
+ \\
+
+ \end{tabularx}
+ \end{column}
+ \end{columns}
+ \end{posterblock}
+%
+ \begin{posterblock}{Feature Description}
+ Something to fill in
+ \end{posterblock}
+
+ \begin{posterblock}{Math}
+Maths
+ \begin{align*}
+ i\hbar\frac{\delta}{\delta t} \Psi =\hat{H}\Psi
+ \end{align*}
+
+ \end{posterblock}
+%
+ \begin{posterblock}{Changelog}
+0003 has been converted to l3 (so far as possible)
+ \end{posterblock}
+
+ \begin{posterblock}{Usage}
+ You need to say \texttt{\textbackslash usetheme\{Hohenheim\}\textbackslash useoutertheme\{hohenheimposter\}} somewhen after you loaded beamer and before you load beamerposter.
+ \end{posterblock}
+
+
+\end{outerretainblock}
+ % ---------------------------------------------------------%
+ % end retain block
+ % ---------------------------------------------------------%
+ % begin retain block
+\begin{outerretainblock}
+ \begin{posterblock}{Commands}
+The environment \texttt{outerretainblock} will create a column for a two column layout. Threfore you must specify \texttt{columnheight} (in case of a a0 poster its best set to 105 cm).
+
+The environment \texttt{posterblock} will create the blocking environment as shown in this file. It takes an argument which is supposed to be the headline of the specific block.
+
+title, author aso. might be set as usual email and website are commands and must be set with \texttt{\string\postermail} and \texttt{\string\posterwebsite}.. This behavior might change some day.
+
+To embed the logo please say \texttt{\string\ mylogo\{somewhat\}} .
+
+ \end{posterblock}
+ \begin{posterblock}{Printing}
+ When printing this thing please make sure that your printer understands the paper size etc. correctly. The author of this packages takes no responsibility on whatever happens when using the provided code. \end{posterblock}
+ %--------------------------------------------------%
+ % end the column
+ \tiny\hfill{Created with \LaTeX , \texttt{beamerposter} and the hohenheim theme \hskip1em}
+ \end{outerretainblock}
+ % ---------------------------------------------------------%
+ % end the columns and frame
+ \end{columns}\end{frame}
+\end{document}
+%EOF \ No newline at end of file