diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-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}} |