diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty index 3bd27e9443d..806e0ed7dbe 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty +++ b/Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty @@ -1,5 +1,6 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010 by Vedran Mileti\'c +% Copyright 2011 by Vedran Mileti\'c, Joseph Wright % % This file may be distributed and/or modified % @@ -8,7 +9,7 @@ % % See the file doc/licenses/LICENSE for more details. -\ProvidesPackageRCS $Header: /home/vedranm/bitbucket/beamer/base/beamerbaseframecomponents.sty,v 09e82992d9b1 2010/07/12 15:00:09 rivanvx $ +\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseframecomponents.sty,v 70f9d8411e54 2011/09/12 18:58:34 joseph $ \mode <presentation> @@ -291,7 +292,15 @@ \def\insertfootnotetext{#1}% \def\insertfootnotemark{\@makefnmark}% \usebeamertemplate***{footnote}} - + +% Sort out babel +\AtBeginDocument{ + \begingroup + \@ifundefined{ifFBFrenchFootnotes} + {} + {\aftergroup\FBFrenchFootnotesfalse}% + \endgroup +} \newbox\beamer@footins |