summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-18 00:29:58 +0000
committerKarl Berry <karl@freefriends.org>2010-03-18 00:29:58 +0000
commit01a369732eedeeff2314f6238c903304c36f6ca8 (patch)
tree38db86c576223131710cc6e0b7ff3d573cb835ae
parente89fded2c78e88965183fb51722d791a2d3b3d34 (diff)
pstricks update (17mar10)
git-svn-id: svn://tug.org/texlive/trunk@17480 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.latex2
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pstricks.sty9
2 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.latex b/Master/texmf-dist/doc/generic/pstricks/Changes.latex
index a284916d53e..1120db8db4f 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.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
0.40 2009-01-30 - typeout an error message if the user named his
TeX source file pstricks.tex (rn)
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
index 8e4c99c2c1c..72b244dbfa2 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}
- [2008/11/26 v0.40 LaTeX wrapper for `PSTricks' (RN,HV)]
+ [2010/03/16 v0.42 LaTeX wrapper for `PSTricks' (RN,HV)]
%
\def\documentclass{%
\edef\@tempa{\jobname.tex }%
@@ -65,9 +65,10 @@
\input{\pst@tempa}%
\ProvidesFile{\pst@tempa}
[\filedate\space v\fileversion\space `PSTricks' (tvz,hv)]
- \input{pst-fp.tex}
- \ProvidesFile{pst-fp.tex}
- [\filedate\space v\fileversion\space `PST-fp' (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}}{}
\IfFileExists{pstricks.pro}{%
\ProvidesFile{pstricks.pro}
[2009/01/30 v. 1.06, PostScript prologue file (hv)]