diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/Changes.latex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pstricks.sty | 9 |
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)] |