summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-08 22:59:46 +0000
committerKarl Berry <karl@freefriends.org>2017-03-08 22:59:46 +0000
commitddbc1f2a5f193876d6f1df544e286029c6d671f8 (patch)
treedfb7c9b021356348dd684b332b1e32201b9389d2 /Master/texmf-dist/tex
parent147bfcd0c0aafd20e8893a1be104f51602906d5e (diff)
overlays (8mar17)
git-svn-id: svn://tug.org/texlive/trunk@43431 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/overlays/overlays.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/overlays/overlays.sty b/Master/texmf-dist/tex/latex/overlays/overlays.sty
index 0c2b25b9195..913f0174f85 100644
--- a/Master/texmf-dist/tex/latex/overlays/overlays.sty
+++ b/Master/texmf-dist/tex/latex/overlays/overlays.sty
@@ -1,9 +1,9 @@
-\ProvidesPackage{overlays}[2017/03/05 v2.6 Incremental slides]
+\ProvidesPackage{overlays}[2017/03/08 v2.7 Incremental slides]
% Copyright (C) 2017 Andreas Nolda
% Author: Andreas Nolda <andreas@nolda.org>
-% Version: 2.6
+% Version: 2.7
% This work may be distributed and/or modified under the conditions of the LaTeX
% Project Public License, either version 1.3 of this license or (at your option)
@@ -158,7 +158,7 @@
\newcommand{\visible}[2]{\overl@y{#1}{#2}{{\color{background}%
\blendcolors{!0!background}%
\pssetb@ckgroundcolor
- #2%
+ {#2}%
\ifvmode
\unskip % undo spurious space introduced by \color
\fi}}}
@@ -170,7 +170,7 @@
\newcommand{\alert}[2]{\overl@y{#1}{{\color{alert}%
\psset@lertcolor
- #2%
+ {#2}%
\ifvmode
\unskip % undo spurious space introduced by \color
\fi}}{#2}}