summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty')
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty23
1 files changed, 3 insertions, 20 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty
index 821dc4c3f4a..04e25e5c33a 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty
@@ -1,7 +1,7 @@
% Copyright 2003--2007 by Till Tantau
% Copyright 2010 by Vedran Mileti\'c
% Copyright 2011--2013,2015 by Vedran Mileti\'c, Joseph Wright
-% Copyright 2016 Joseph Wright
+% Copyright 2016 by Joseph Wright
%
% This file may be distributed and/or modified
%
@@ -148,7 +148,7 @@
\beamer@tempdim=\ht\@tempboxa%
\setbox\@tempboxa=\hbox{\lower\beamer@tempdim\hbox{\box\@tempboxa}}%
\wd\@tempboxa=0pt\ht\@tempboxa=0pt\dp\@tempboxa=0pt%
- \vbox{\hbox{\hskip-\Gm@lmargin\raise\headheight\box\beamer@tempbox\box\@tempboxa}\hfil}%
+ \vbox{\hbox{\hskip-\Gm@lmargin\raise\headheight\box\beamer@tempbox\raise\headheight\box\@tempboxa}\hfil}%
\endgroup%
}
\def\@oddfoot{\normalcolor{\hfil%
@@ -359,24 +359,7 @@
\mode
<article>
{
- \define@key{beamerfootnote}{frame}[true]{}
-
-\let\beamer@origfootnote=\footnote
- \renewcommand\footnote[1][]{%
- \let\beamer@kvorig=\KV@errx%
- \let\beamer@xkvorig=\XKV@err
- \def\beamer@footarg{}%
- \def\KV@errx##1{\edef\beamer@footarg{\@tempa}}%
- \def\XKV@err##1{\edef\beamer@footarg{\XKV@tkey}}%
- \setkeys{beamerfootnote}{#1}%
- \let\KV@errx=\beamer@kvorig%
- \let\XKV@errx=\beamer@xkvorig
- \ifx\beamer@footarg\@empty%
- \edef\beamer@next{\noexpand\beamer@origfootnote}%
- \else%
- \edef\beamer@next{\noexpand\beamer@origfootnote[\beamer@footarg]}%
- \fi%
- \beamer@next}
+ \renewcommand<>{\footnote}{\beameroriginal{\footnote}}%
}