summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-24 22:41:00 +0000
committerKarl Berry <karl@freefriends.org>2013-11-24 22:41:00 +0000
commit63092795cbaf71978f2cba7ef13be3cbae0be58f (patch)
treeb8b68d29f9433290636c1f6ea40d14e386720333 /Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
parent2f4083de8cf96ea8d55425d1e0074d43b2216d93 (diff)
beamer (24nov13)
git-svn-id: svn://tug.org/texlive/trunk@32232 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty')
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty15
1 files changed, 14 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
index 5ef37d761b9..8e092968dd6 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 6afbc49b1109 2012/11/11 20:09:38 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseoverlay.sty,v 39bc573c5bfc 2013/11/17 16:36:53 joseph $
%
%
@@ -840,5 +840,18 @@
}
}
+% Make sure \pause is correctly ended when used inside a TikZ picutre
+\AtBeginDocument
+ {
+ \begingroup\expandafter\expandafter\expandafter\endgroup
+ \expandafter\ifx\csname endtikzpicture\endcsname\relax
+ \else
+ \begingroup
+ \toks0\expandafter{\endtikzpicture}%
+ \xdef\endtikzpicture{\noexpand\beamer@endcovered\the\toks0}%
+ \endgroup
+ \fi
+ }
+
\mode
<all>