summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-21 23:21:18 +0000
committerKarl Berry <karl@freefriends.org>2010-03-21 23:21:18 +0000
commita0c03e537743699342dde67831b72841dc537037 (patch)
treec30b13749cd8604f63f3a0c83f789d06178e87bd /Master/texmf-dist
parentc1802566752c60e5104bdfc7c68f9a10fe490239 (diff)
pstricks update (21mar10)
git-svn-id: svn://tug.org/texlive/trunk@17522 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.latex7
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pstricks.sty20
2 files changed, 12 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.latex b/Master/texmf-dist/doc/generic/pstricks/Changes.latex
index 1120db8db4f..53adc28b400 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.latex
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.latex
@@ -1,4 +1,6 @@
pstricks.sty --------
+0.43 2010-03-20 - rename \pst@tempa to \pat@sty@tempa to prevent
+ problems with pst-fill
0.42 2010-03-16 - load pst-fp only once by pstricks-tex
write only a message for a LaTeX run
0.41 2010-02-11 - message for loading pst-fp
@@ -25,11 +27,6 @@ pstricks.sty --------
0.22 2005-02-25 changes were done in the wrong version
0.21 2005-02-21 fix problem with \newrgbcolor (RN,hv)
-pst-node.sty --------
- 2009-01-30 updated pst-node.pro version number (hv)
- 2007-09-13 add message for loading pst-node.pro (hv)
- 2006-01-01 message for loading the pro file
-
pst-all.sty --------
2008-01-01 load pstricks-add
2007-09-13 change order of the packages
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
index 72b244dbfa2..7d7e66621f8 100644
--- a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
+++ b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
@@ -16,7 +16,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{pstricks}
- [2010/03/16 v0.42 LaTeX wrapper for `PSTricks' (RN,HV)]
+ [2010/03/20 v0.43 LaTeX wrapper for `PSTricks' (RN,HV)]
%
\def\documentclass{%
\edef\@tempa{\jobname.tex }%
@@ -39,12 +39,12 @@
\DeclareOption{plain}{%
\ifpst@OldVersion
\def\psDEBUG[#1]#2{}%
- \def\pst@tempa{pstricks97.tex}%
+ \def\pst@sty@tempa{pstricks97.tex}%
\else
- \def\pst@tempa{pstricks.tex}%
+ \def\pst@sty@tempa{pstricks.tex}%
\fi
- \input{\pst@tempa}%
- \ProvidesFile{\pst@tempa}%
+ \input{\pst@sty@tempa}%
+ \ProvidesFile{\pst@sty@tempa}%
[\filedate\space v\fileversion\space `PSTricks' (tvz)]%
\endinput
}
@@ -58,17 +58,17 @@
\let\saved@scalebox\scalebox
\ifpst@OldVersion
\def\psDEBUG[#1]#2{}
- \def\pst@tempa{pstricks97.tex}%
+ \def\pst@sty@tempa{pstricks97.tex}%
\else
- \def\pst@tempa{pstricks.tex}
+ \def\pst@sty@tempa{pstricks.tex}
\fi
- \input{\pst@tempa}%
- \ProvidesFile{\pst@tempa}
+ \input{\pst@sty@tempa}%
+ \ProvidesFile{\pst@sty@tempa}
[\filedate\space v\fileversion\space `PSTricks' (tvz,hv)]
% \input{pst-fp.tex}% all done by pstricks.tex itself
\IfFileExists{pst-fp.tex}{%
\ProvidesFile{pst-fp.tex}[2010/01/17 v0.05 `pst-fp' (hv)]
- \@addtofilelist{pst-fp.tex}}{}
+ \@addtofilelist{pst-fp.tex}}{}%
\IfFileExists{pstricks.pro}{%
\ProvidesFile{pstricks.pro}
[2009/01/30 v. 1.06, PostScript prologue file (hv)]