summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/overlays/ChangeLog9
-rw-r--r--Master/texmf-dist/doc/latex/overlays/README2
-rw-r--r--Master/texmf-dist/doc/latex/overlays/overlays.pdfbin36789 -> 36602 bytes
-rw-r--r--Master/texmf-dist/doc/latex/overlays/overlays.tex2
-rw-r--r--Master/texmf-dist/doc/latex/overlays/sample.pdfbin65104 -> 65013 bytes
-rw-r--r--Master/texmf-dist/doc/latex/overlays/sample.tex4
-rw-r--r--Master/texmf-dist/tex/latex/overlays/overlays.sty8
7 files changed, 14 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/overlays/ChangeLog b/Master/texmf-dist/doc/latex/overlays/ChangeLog
index 1dcaee6e108..fc0bf578295 100644
--- a/Master/texmf-dist/doc/latex/overlays/ChangeLog
+++ b/Master/texmf-dist/doc/latex/overlays/ChangeLog
@@ -1,15 +1,18 @@
+2017-03-08:
+ * don't ignore spaces in the arguments of the "\visible" and "\alert" commands
+ * bump version to 2.7
+
2017-03-05:
* blend all colors in the content of the "\visible" command with the background
color on non-specified overlays
* require the "xcolor" package instead of the "color" package
- * clarify in the documentation how the "\saveseriesbetweenoverlays" command can
- be used for series of cloned and uncloned lists
* bump version to 2.6
2017-03-04:
* "\saveseriesbetweenoverlays" command for enumitem series not to be
incremented between overlays (currently restricted to the first level of
- lists cloned by \newlist and series names matching the list name)
+ cloned or uncloned lists with a series name matching the basename of the
+ list counter)
* rename "\savebetweenoverlays" to "\savecountersbetweenoverlays" (preserving
"\savebetweenoverlays" as a shortcut for backward compatibility)
* bump version to 2.5
diff --git a/Master/texmf-dist/doc/latex/overlays/README b/Master/texmf-dist/doc/latex/overlays/README
index 38378848348..af205e45561 100644
--- a/Master/texmf-dist/doc/latex/overlays/README
+++ b/Master/texmf-dist/doc/latex/overlays/README
@@ -1,4 +1,4 @@
-The "overlays" LaTeX package (version 2.6)
+The "overlays" LaTeX package (version 2.7)
------------------------------------------
The "overlay" package allows to write presentations with dynamic slides. It does
diff --git a/Master/texmf-dist/doc/latex/overlays/overlays.pdf b/Master/texmf-dist/doc/latex/overlays/overlays.pdf
index 5eb33351e9f..9bde0c7c790 100644
--- a/Master/texmf-dist/doc/latex/overlays/overlays.pdf
+++ b/Master/texmf-dist/doc/latex/overlays/overlays.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/overlays/overlays.tex b/Master/texmf-dist/doc/latex/overlays/overlays.tex
index f88ad7c0d77..90e182fd060 100644
--- a/Master/texmf-dist/doc/latex/overlays/overlays.tex
+++ b/Master/texmf-dist/doc/latex/overlays/overlays.tex
@@ -9,7 +9,7 @@
\begin{document}
\title{\textsf{overlays} -- incremental slides}
\author{Andreas Nolda}
-\date{2017/03/05 (v.\,2.6)}
+\date{2017/03/08 (v.\,2.7)}
\maketitle
\noindent The \textsf{overlay} package allows to write presentations with
diff --git a/Master/texmf-dist/doc/latex/overlays/sample.pdf b/Master/texmf-dist/doc/latex/overlays/sample.pdf
index 1afebb52d86..52a6f6bc779 100644
--- a/Master/texmf-dist/doc/latex/overlays/sample.pdf
+++ b/Master/texmf-dist/doc/latex/overlays/sample.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/overlays/sample.tex b/Master/texmf-dist/doc/latex/overlays/sample.tex
index 50473add616..616d9ceb1a6 100644
--- a/Master/texmf-dist/doc/latex/overlays/sample.tex
+++ b/Master/texmf-dist/doc/latex/overlays/sample.tex
@@ -33,8 +33,8 @@
\textit{A sample presentation}} \\[\baselineskip]
Andreas Nolda \\
\url{http://andreas.nolda.org}}\vfill
-{\small Version 2.6 \\
-5 March 2017}
+{\small Version 2.7 \\
+8 March 2017}
\clearpage
\begin{fragileoverlays}{6}
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}}