summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/stex/mikoslides/beamerthemeJacobs.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-30 23:23:02 +0000
committerKarl Berry <karl@freefriends.org>2012-03-30 23:23:02 +0000
commit849996eca72af498b48b10fbea7f14c4b9d21b8f (patch)
tree2d40d42dfc9fc0b0622212cc220868f98345305f /Master/texmf-dist/tex/latex/stex/mikoslides/beamerthemeJacobs.sty
parentd82e1c23973fd0271f93686f487bd1cee8dcd947 (diff)
restore stex (ca. 28jan12)
git-svn-id: svn://tug.org/texlive/trunk@25792 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/stex/mikoslides/beamerthemeJacobs.sty')
-rw-r--r--Master/texmf-dist/tex/latex/stex/mikoslides/beamerthemeJacobs.sty64
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/stex/mikoslides/beamerthemeJacobs.sty b/Master/texmf-dist/tex/latex/stex/mikoslides/beamerthemeJacobs.sty
new file mode 100644
index 00000000000..dac52637b13
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/stex/mikoslides/beamerthemeJacobs.sty
@@ -0,0 +1,64 @@
+% Beamer Jacobs slide theme; some hints from CXL's DFKI theme included
+%
+% (C) 2009 Michael Kohlhase <m.kohlhase@jacobs-university.de.
+
+\ProvidesPackage{beamerthemeJacobs}
+\typeout{Beamer KWARC theme}
+\author[Kohlhase]{Michael Kohlhase}
+\institute{\texttt{http://kwarc.info/kohlhase}\\
+ Center for Advanced Systems Engineering\\
+ Jacobs University Bremen, Germany}
+
+\mode<presentation>
+
+%% Shadings and logo images
+\pgfdeclareimage[height=.5ex,width=113mm]{shade-l2r}{shading-l2r}
+\pgfdeclareimage[height=2ex]{jacobslogo}{jacobs-logo}
+\pgfdeclareimage[height=2ex]{cclogo}{cc_somerights}
+
+%% Headers flushed to the left.
+\setbeamertemplate{frametitle}[default][left]
+
+
+%% Add the line below the header
+\addtobeamertemplate{frametitle}{}{\hspace*{-1cm} %
+ \begin{pgfpicture}{0cm}{0cm}{128mm}{2mm}
+ \pgfputat{\pgforigin}{\pgfbox[left,bottom]{\pgfuseimage{shade-l2r}}}
+ \end{pgfpicture}
+ }
+
+\setbeamertemplate{footline}[text line]{%
+ \usebeamercolor[fg]{titlelike}
+ \strut\hspace*{2cm}\insertshortauthor: \insertshorttitle\hfill{}%
+ \insertframenumber\hfill\insertshortdate\hspace*{3cm}%
+ }
+ \addtobeamertemplate{footline}{ %
+ \begin{pgfpicture}{0cm}{0cm}{128mm}{0mm} %
+ \pgfputat{\pgfpoint{126mm}{1mm}}{\pgfbox[right,top]{\pgfuseimage{jacobslogo}}} %
+ \pgfputat{\pgfpoint{10mm}{1mm}}{\pgfbox[right,top]{\pgfuseimage{cclogo}}} %
+ \end{pgfpicture}}{}
+
+%% Turn off the navigation symbols
+\setbeamertemplate{navigation symbols}{}
+
+%% Inner theme
+\useinnertheme{circles}
+
+%% Big logo for the title page.
+%\pgfdeclareimage[height=1cm]{biglogo}{beamer/img/DFKI-SKS}
+%\titlegraphic{\pgfuseimage{biglogo}}
+
+
+\mode
+<all>
+
+%% Redefine various margin sizes
+\setbeamersize{text margin left=3mm}
+\setbeamersize{text margin right=3mm}
+\setlength\leftmargini{1em}
+\setlength\leftmarginii{1em}
+\setlength\leftmarginiii{1em}
+\newcommand{\vstretch}[1]{\vspace*{\stretch{#1}}}
+\beamer@descriptionwidth=1cm
+
+