diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-19 22:19:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-19 22:19:14 +0000 |
commit | 74cfaed76a63254aae0fe93dd26a7f6f93b686dd (patch) | |
tree | 124f94382f1cabc4d44c1c7677ff0eb4b15cb6cd /Master/texmf-dist/tex | |
parent | 37e31044d419786dbe9cc41bab3dbe72c47f98c9 (diff) |
overlays (19nov17)
git-svn-id: svn://tug.org/texlive/trunk@45859 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/overlays/overlays.sty | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/overlays/overlays.sty b/Master/texmf-dist/tex/latex/overlays/overlays.sty index 913f0174f85..15bd79591da 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/08 v2.7 Incremental slides] +\ProvidesPackage{overlays}[2017/11/19 v2.8 Incremental slides] % Copyright (C) 2017 Andreas Nolda % Author: Andreas Nolda <andreas@nolda.org> -% Version: 2.7 +% Version: 2.8 % 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) @@ -163,6 +163,9 @@ \unskip % undo spurious space introduced by \color \fi}}} +\newcommand{\psvisible}[2]{\overl@y{#1}{#2}{{\pssetb@ckgroundcolor + {#2}}}} + \definecolor{alert}{rgb}{1,0,0} \@ifpackageloaded{pstricks}% {\def\psset@lertcolor{\psset{linecolor=alert}}}% @@ -174,3 +177,6 @@ \ifvmode \unskip % undo spurious space introduced by \color \fi}}{#2}} + +\newcommand{\psalert}[2]{\overl@y{#1}{{\psset@lertcolor + {#2}}}{#2}} |