summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-12-21 23:12:54 +0000
committerKarl Berry <karl@freefriends.org>2013-12-21 23:12:54 +0000
commit94d4cc3aff4dcb0d97fd18e24c8137d8b747b1b0 (patch)
treedd92553c6c5622fe59e69a395fb98324dc6d65e0 /Master/texmf-dist
parent552c31a087911f0090030bcbb7da933c6c988203 (diff)
pstricks (21dec13)
git-svn-id: svn://tug.org/texlive/trunk@32464 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.dvips1
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.generic1
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.pdfbin103513 -> 103513 bytes
-rw-r--r--Master/texmf-dist/dvips/pstricks/pst-ovl.pro5
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/pst-ovl.tex18
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/pstricks.tex4
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pst-ovl.sty4
7 files changed, 20 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.dvips b/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
index 35a889d7a79..b7e32c7c354 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
@@ -62,4 +62,5 @@ Version 97 patch 3, 98/06/01
---- pst-ovl.pro
+0.03 2013-12-21 - use own dict tx@ovlDict
0.02 2013-11-28 - moved the function into tx@Dict
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
index 1fbfd8102ee..ca4d296730d 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
@@ -3,6 +3,7 @@ versions like 2.47a have only changes in other files, but not
in this main package.
+2.49b 2013-12-21 - moved overlay functions into an own dictionary
2.49a 2013-12-09 - changes in pstricks.sty
2.49 2013-12-09 - added \reversepath
2.48 2013-11-29 - fixed trailing space for !!
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
index 53795d02780..211b89dd7d0 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
Binary files differ
diff --git a/Master/texmf-dist/dvips/pstricks/pst-ovl.pro b/Master/texmf-dist/dvips/pstricks/pst-ovl.pro
index 162dd204842..fd780d9ae16 100644
--- a/Master/texmf-dist/dvips/pstricks/pst-ovl.pro
+++ b/Master/texmf-dist/dvips/pstricks/pst-ovl.pro
@@ -1,14 +1,15 @@
% $Id: pst-ovl.pro 856 2013-12-09 10:34:40Z herbert $
%
%% PostScript prologue for pst-ovl.tex.
-%% Version 0.02, 2013/11/28
+%% Version 0.03, 2013/12/21
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
%% in directory macros/latex/base/lppl.txt.
%
%
-tx@Dict begin
+/tx@ovlDict 10 dict def
+tx@ovlDict begin
%
/BeginOL {
dup (all) eq exch TheOL eq or
diff --git a/Master/texmf-dist/tex/generic/pstricks/pst-ovl.tex b/Master/texmf-dist/tex/generic/pstricks/pst-ovl.tex
index 677c070cb12..6ac70b3e9eb 100644
--- a/Master/texmf-dist/tex/generic/pstricks/pst-ovl.tex
+++ b/Master/texmf-dist/tex/generic/pstricks/pst-ovl.tex
@@ -23,21 +23,21 @@
% Requires main PSTricks
\ifx\PSTricksLoaded\endinput\else\input pstricks \fi
%
-\def\fileversion{0.02}
-\def\filedate{2013/11/28}
+\def\fileversion{0.03}
+\def\filedate{2013/12/21}
\message{`pst-ovl' v\fileversion, \filedate\space (hv)}
%
\edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax
%
\pstheader{pst-ovl.pro}
%
-\def\tx@BeginOL{tx@Dict begin BeginOL }
-\def\tx@InitOL{tx@Dict begin InitOL }
+\def\tx@BeginOL{ tx@ovlDict begin BeginOL }
+\def\tx@InitOL{ tx@ovlDict begin InitOL }
%
-\def\pst@initoverlay#1{\pst@Verb{\tx@InitOL /TheOL (#1) def end}}
-\def\AltOverlayMode{%
+\def\pst@initoverlay#1{\pst@Verb{ \tx@InitOL /TheOL (#1) def end}}
+\def\AltOverlayMode{
\def\pst@initoverlay##1{%
- \pst@Verb{%
+ \pst@Verb{
\tx@InitOL
/Visible { initclip } def
/Invisible {
@@ -47,10 +47,10 @@
%
\def\pst@overlay#1{%
\edef\curr@overlay{#1}%
- \pst@Verb{tx@Dict begin (#1) BOL end}%
+ \pst@Verb{ tx@ovlDict begin (#1) BOL end }%
\aftergroup\pst@endoverlay}
%
-\def\pst@endoverlay{\pst@Verb{tx@Dict begin (\curr@overlay) BOL end}}
+\def\pst@endoverlay{\pst@Verb{ tx@ovlDict begin (\curr@overlay) BOL end }}
\def\curr@overlay{all}
%
\newbox\theoverlaybox
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
index 1bcc1f95c65..c16e8f4d8e0 100644
--- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
+++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
@@ -110,8 +110,8 @@
\input pgffor.code.tex
\let\pgfforeach\foreach
%
-\def\fileversion{2.49a}
-\def\filedate{2013/12/12}
+\def\fileversion{2.49b}
+\def\filedate{2013/12/21}
\catcode`\@=11\relax
\pst@addfams{pstricks}
%
diff --git a/Master/texmf-dist/tex/latex/pstricks/pst-ovl.sty b/Master/texmf-dist/tex/latex/pstricks/pst-ovl.sty
index 12b7d351547..2fe72766af8 100644
--- a/Master/texmf-dist/tex/latex/pstricks/pst-ovl.sty
+++ b/Master/texmf-dist/tex/latex/pstricks/pst-ovl.sty
@@ -9,6 +9,10 @@
\input{pst-ovl}
\ProvidesFile{pst-ovl.tex}
[2013/07/08 v0.01 overlay macros `pst-ovl' (HV)]
+\IfFileExists{pst-ovl.pro}{%
+ \ProvidesFile{pst-ovl.pro}%
+ [2013/12/21, PostScript prologue file (hv)]
+ \@addtofilelist{pst-ovl.pro}}{}%
\endinput
%%