summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty')
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty10
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
index 140ce192dd3..5ef37d761b9 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
@@ -9,7 +9,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseoverlay.sty,v 45744d9ae88b 2012/04/03 05:30:29 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseoverlay.sty,v 6afbc49b1109 2012/11/11 20:09:38 joseph $
%
%
@@ -490,7 +490,13 @@
\long\def\beamer@itemreverse[#1]<#2>{\beamer@parseitem<#2>[{#1}]}
\def\beamer@parseitem<#1>{%
- \gdef\beamer@closeitem{\end{actionenv}}%
+ \gdef\beamer@closeitem{%
+ %% Handle empty item as LaTeX would do
+ \if@inlabel\indent\par\fi
+ \end{actionenv}%
+ %% Local change inside actionenv should survive, and should be
+ %% always false
+ \@noparitemfalse}%
\begin{actionenv}<#1>\beamer@callorigitem}