diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-29 23:34:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-29 23:34:55 +0000 |
commit | 3182aaa429e0e1e24f5824de116d90a154166b32 (patch) | |
tree | bed5edb8e336ac817456d5d8df22b35b45c47cde /Master/texmf-dist/tex/latex | |
parent | 043c21ab6397e48549c233d3952c0eb26462a00d (diff) |
pstricks update, I hope (12apr07)
git-svn-id: svn://tug.org/texlive/trunk@4215 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/Changes | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pst-all.sty | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pstcol.sty | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pstricks.sty | 5 |
4 files changed, 20 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/Changes b/Master/texmf-dist/tex/latex/pstricks/Changes index 485f08d8633..e967adb415e 100644 --- a/Master/texmf-dist/tex/latex/pstricks/Changes +++ b/Master/texmf-dist/tex/latex/pstricks/Changes @@ -1,5 +1,6 @@ pstricks.sty -------- -0.32 2006-08-10 message for loading the pro file +0.33 2007-02-18 set initial color (hv) +0.32 2006-08-10 message for loading the pro file (hv) 0.31 2005-12-19 one more step to a better color support (hv) 0.30 2005-11-15 drop test for pstcol fix bug with xcolor (hv) @@ -12,5 +13,7 @@ pstricks.sty -------- pst-node.sty -------- 2006-01-01 message for loading the pro file -pst-text.sty -------- - 2006-01-01 message for loading the pro file + +pst-all.sty -------- + 2006-12-19 do not load pst-char, it is now part of pst-text +
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/pstricks/pst-all.sty b/Master/texmf-dist/tex/latex/pstricks/pst-all.sty index 76d9041cdad..d2f7b46a518 100644 --- a/Master/texmf-dist/tex/latex/pstricks/pst-all.sty +++ b/Master/texmf-dist/tex/latex/pstricks/pst-all.sty @@ -4,27 +4,27 @@ %% IMPORTANT NOTICE: %% %% Copyright (C) 1997 Timothy Van Zandt -%% Copyright (C) 2006 Herbert Voss <voss@perce.de> +%% Copyright (C) 2004 Herbert Voss <voss@perce.de> %% Rolf Niepraschk <Rolf.Niepraschk@ptb.de> %% %% This package may be distributed under the terms of the LaTeX Project %% Public License, as described in lppl.txt in the base LaTeX distribution. %% Either version 1.0 or, at your option, any later version. %% -\ProvidesPackage{pst-all}[2006/11/07 the main pstricks tools] +\ProvidesPackage{pst-all}[2006/12/19 the main pstricks tools] \RequirePackage{pstricks} % important % this loads the xcolor package and pstricks in the right order % and does some modification to the color handling. Look at the % doc for the options. % -\RequirePackage{pst-plot} -\RequirePackage{pst-tree} -\RequirePackage{pst-node} -\RequirePackage{pst-3d} \RequirePackage{pst-grad} +\RequirePackage{pst-plot} \RequirePackage{pst-coil} \RequirePackage{pst-text} +\RequirePackage{pst-node} +\RequirePackage{pst-3d} \RequirePackage{pst-eps} \RequirePackage[tiling]{pst-fill} +\RequirePackage{pst-tree} \RequirePackage{multido} \endinput diff --git a/Master/texmf-dist/tex/latex/pstricks/pstcol.sty b/Master/texmf-dist/tex/latex/pstricks/pstcol.sty index 3597ebd03ed..29c4affd9f9 100644 --- a/Master/texmf-dist/tex/latex/pstricks/pstcol.sty +++ b/Master/texmf-dist/tex/latex/pstricks/pstcol.sty @@ -1,11 +1,11 @@ %% %% pstcol.sty Copyright (C) 1994--1996 1999 David Carlisle -%% 2004--2005 Herbert Voss <voss@perce.de> -%% Rolf Niepraschk <Rolf.Niepraschk@ptb.de> +%% 2004--2007 Herbert Voss <voss@perce.de> +%% Rolf Niepraschk <Rolf.Niepraschk@ptb.de> %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{pstcol} - [2005/11/16 v1.2 LaTeX wrapper for `PSTricks' (RN,HV)] + [2007/04/11 v1.3 LaTeX wrapper for `PSTricks' (RN,HV)] \DeclareOption*{\PassOptionsToPackage\CurrentOption{color}} \ProcessOptions\relax @@ -17,7 +17,8 @@ \@spaces\string\usepackage{pstricks}\MessageBreak ************************************} -\RequirePackage[noxcolor]{pstricks} +\PassOptionsToPackage{noxcolor}{pstricks} +\RequirePackage{pstricks} \endinput %% diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty index d5f6287bfd0..e7d3cdc2f6d 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-2006 Herbert Voss <voss@perce.de> +%% pstricks.sty Copyright (C) 2004-2007 Herbert Voss <voss@perce.de> %% Rolf Niepraschk <Rolf.Niepraschk@ptb.de> %% %% This package may be distributed under the terms of the LaTeX Project @@ -16,7 +16,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{pstricks} - [2006/08/10 v0.32 LaTeX wrapper for `PSTricks' (RN,HV)] + [2007/02/18 v0.33 LaTeX wrapper for `PSTricks' (RN,HV)] % \DeclareOption{plain}{% \input{pstricks.tex} @@ -141,6 +141,7 @@ \renewcommand*\cyan{\color{cyan}} % \AtBeginDocument{% + \psset{fillcolor=white}% hv 0.33 \let\pst@endcolor=\relax% % \let\pst@color=\relax% % LaTeX used `\color@endgroup' instead. RN 2004-05-06 |