summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty')
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty
index 8ae30433f2a..532ac77cd78 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty
@@ -8,7 +8,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Library/texmf/tex/latex/beamer/base/beamerbasecompatibility.sty,v 6648c3177e4e 2010/07/12 14:35:05 rivanvx $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasecompatibility.sty,v 17e820568435 2011/09/24 13:18:04 joseph $
\mode
<presentation>
@@ -127,8 +127,9 @@
\long\def\@LongEmpty{}
\newcommand*{\org@beamer@section}{}
\let\org@beamer@section\beamer@section{}%
+ \let\org@writebookmark\Hy@writebookmark{}%
\long\def\beamer@section[#1]#2{%
- \let\org@writebookmark\Hy@writebookmark{}%
+ \let\Hy@writebookmark\org@writebookmark
\long\def\@secname{#1}%
\ifx\@secname\@LongEmpty{}%
\def\Hy@writebookmark##1##2##3##4##5{}%
@@ -138,12 +139,11 @@
\def\Hy@writebookmark##1##2##3##4##5{}%
\fi
\org@beamer@section[{#1}]{#2}%
- \let\Hy@writebookmark\org@writebookmark{}%
}
\newcommand*{\org@beamer@subsection}{}
\let\org@beamer@subsection\beamer@subsection{}%
\long\def\beamer@subsection[#1]#2{%
- \let\org@writebookmark\Hy@writebookmark{}%
+ \let\Hy@writebookmark\org@writebookmark
\long\def\@secname{#1}%
\ifx\@secname\@LongEmpty{}%
\def\Hy@writebookmark##1##2##3##4##5{}%
@@ -153,7 +153,6 @@
\def\Hy@writebookmark##1##2##3##4##5{}%
\fi
\org@beamer@subsection[{#1}]{#2}%
- \let\Hy@writebookmark\org@writebookmark{}%
}
}