summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fibeamer/theme
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-11-21 22:28:42 +0000
committerKarl Berry <karl@freefriends.org>2015-11-21 22:28:42 +0000
commit6672341b0554a90796352157889e59c830049ee9 (patch)
treeba1974ea14d31c69d0c498ae8f69c07b419fd792 /Master/texmf-dist/tex/latex/fibeamer/theme
parent5400c94d4d84ef3288c94ce1f95d0b5a3b85ff8a (diff)
fibeamer (20nov15)
git-svn-id: svn://tug.org/texlive/trunk@38911 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fibeamer/theme')
-rw-r--r--Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamerouterthemefibeamer-mu.sty21
1 files changed, 13 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamerouterthemefibeamer-mu.sty b/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamerouterthemefibeamer-mu.sty
index 1470fc6c7f3..50db9ecbe0e 100644
--- a/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamerouterthemefibeamer-mu.sty
+++ b/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamerouterthemefibeamer-mu.sty
@@ -95,17 +95,22 @@
\setlength{\fibeamer@cliptop}{\paperwidth}
\addtolength\fibeamer@cliptop{-\fibeamer@clipbottom}
\defbeamertemplate*{navigation symbols}{fibeamer}{}
+ \newsavebox\fibeamer@logo@light
+ \savebox\fibeamer@logo@light{%
+ \includegraphics[width=\fibeamer@logowidth]{\fibeamer@logo-light}}
+ \newsavebox\fibeamer@logo@dark
+ \savebox\fibeamer@logo@dark{%
+ \includegraphics[width=\fibeamer@logowidth]{\fibeamer@logo-dark}}
+
\defbeamertemplate*{headline}{fibeamer}{%
\begin{tikzpicture}[overlay,remember picture]
\node[anchor=north east,xshift=-\fibeamer@logopad]
- at (current page.north east) {
- \ifthenelse{\boolean{fibeamer@dark}\OR\c@framenumber=0}{
- \includegraphics[width=\fibeamer@logowidth]%
- {\fibeamer@logo-dark}
- }{
- \includegraphics[width=\fibeamer@logowidth]%
- {\fibeamer@logo-light}
- }
+ at (current page.north east) {%
+ \ifthenelse{\boolean{fibeamer@dark}\OR\c@framenumber=0}{%
+ \usebox{\fibeamer@logo@dark}%
+ }{%
+ \usebox{\fibeamer@logo@light}%
+ }%
};
\end{tikzpicture}}
\defbeamertemplate*{frametitle}{fibeamer}{%