summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty')
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty
index c7c3defa856..67c04cb6489 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty
@@ -8,7 +8,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasesection.sty,v 54309ceef997 2013/01/04 11:42:18 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasesection.sty,v 60b9fe0f342f 2013/06/07 08:01:35 joseph $
\mode
<all>
@@ -51,6 +51,7 @@
\mode<all>
\refstepcounter{lecture}
\def\beamer@currentlecturelabel{#3}
+ \@onelevel@sanitize\beamer@currentlecturelabel
\def\beamer@lecturename{#2}
\def\beamer@shortlecturename{#1}
\ifx\beamer@onlylecture\@empty
@@ -73,7 +74,9 @@
\AtBeginLecture{}
\newcommand\includeonlylecture[1]{%
- \def\beamer@onlylecture{#1}}
+ \def\beamer@onlylecture{#1}%
+ \@onelevel@sanitize\beamer@onlylecture
+ }
\includeonlylecture{}
}