diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-14 22:16:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-14 22:16:30 +0000 |
commit | 46e95f178cfedc9839460ee35880698050f7644a (patch) | |
tree | 730f540a21d7047a243e929c74e4158674675814 /Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty | |
parent | 44af1a53bf28c922f525bd635c417b22f3b99b39 (diff) |
beamer (14jul17)
git-svn-id: svn://tug.org/texlive/trunk@44798 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty | 23 |
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}}% } |