diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-11 23:48:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-11 23:48:39 +0000 |
commit | a82c24b304d3a6727a9cd210d82b33b2c9e3119b (patch) | |
tree | 2f331ad49c6edf41f80a30eda60945397bb38428 /Master/texmf-dist/tex/latex/pstricks | |
parent | b164898a09f10287c030149a0a36c7938627a9c3 (diff) |
pstricks 0.41 (11feb10)
git-svn-id: svn://tug.org/texlive/trunk@16973 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pstricks')
4 files changed, 6 insertions, 19 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pst-all.sty b/Master/texmf-dist/tex/latex/pstricks/pst-all.sty index 8ac0ada25bf..4882c2287b4 100644 --- a/Master/texmf-dist/tex/latex/pstricks/pst-all.sty +++ b/Master/texmf-dist/tex/latex/pstricks/pst-all.sty @@ -17,9 +17,9 @@ % and does some modification to the color handling. Look at the % doc for the options. % +\RequirePackage{pst-plot} \RequirePackage{pst-node} \RequirePackage{pst-tree} -\RequirePackage{pst-plot} \RequirePackage{pst-grad} \RequirePackage{pst-coil} \RequirePackage{pst-text} diff --git a/Master/texmf-dist/tex/latex/pstricks/pst-node.sty b/Master/texmf-dist/tex/latex/pstricks/pst-node.sty deleted file mode 100644 index 7c937c4b74b..00000000000 --- a/Master/texmf-dist/tex/latex/pstricks/pst-node.sty +++ /dev/null @@ -1,10 +0,0 @@ -\RequirePackage{pstricks} -\ProvidesPackage{pst-node}[2006/01/01 package wrapper for pst-node.tex] -\input{pst-node.tex} -\ProvidesFile{pst-node.tex} - [\filedate\space \fileversion\space `pst-node' (tvz)] -\IfFileExists{pst-node.pro}{% - \ProvidesFile{pst-node.pro} - [2009/01/30 v. 1.02, PostScript prologue file (hv)] - \@addtofilelist{pst-node.pro}}{}% -\endinput diff --git a/Master/texmf-dist/tex/latex/pstricks/pst-plot.sty b/Master/texmf-dist/tex/latex/pstricks/pst-plot.sty deleted file mode 100644 index 598b46de429..00000000000 --- a/Master/texmf-dist/tex/latex/pstricks/pst-plot.sty +++ /dev/null @@ -1,6 +0,0 @@ -\RequirePackage{pstricks} -\ProvidesPackage{pst-plot}[2004/07/15 package wrapper for pst-plot.tex] -\input{pst-plot.tex} -\ProvidesFile{pst-plot.tex} - [\filedate\space \fileversion\space `pst-plot' (tvz)] -\endinput diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty index e58cadb4825..8e4c99c2c1c 100644 --- a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty +++ b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty @@ -5,7 +5,7 @@ %% %% pstricks.sty Copyright (C) 1997 Timothy Van Zandt %% pstcol.sty Copyright (C) 1994-1996 1999 David Carlisle -%% pstricks.sty Copyright (C) 2004-2009 Herbert Voss <voss@perce.de> +%% pstricks.sty Copyright (C) 2004-2010 Herbert Voss <voss@perce.de> %% Rolf Niepraschk <Rolf.Niepraschk@ptb.de> %% %% This package may be distributed under the terms of the LaTeX Project @@ -18,7 +18,7 @@ \ProvidesPackage{pstricks} [2008/11/26 v0.40 LaTeX wrapper for `PSTricks' (RN,HV)] % -\def\documentclass{ +\def\documentclass{% \edef\@tempa{\jobname.tex }% \edef\@tempb{\@filef@und}% \@onelevel@sanitize\@tempa @@ -65,6 +65,9 @@ \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)] \IfFileExists{pstricks.pro}{% \ProvidesFile{pstricks.pro} [2009/01/30 v. 1.06, PostScript prologue file (hv)] |