diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks-add/Changes | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex | 9 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks-add/Changes b/Master/texmf-dist/doc/generic/pstricks-add/Changes index 9a0b34faa3e..dcd89dc3a6e 100644 --- a/Master/texmf-dist/doc/generic/pstricks-add/Changes +++ b/Master/texmf-dist/doc/generic/pstricks-add/Changes @@ -1,4 +1,4 @@ -%% $Id: Changes 23 2008-05-15 21:51:18Z herbert $ +%% $Id: Changes 24 2008-05-16 18:33:45Z herbert $ %% pstricks-add.pro ----------- (Dominik Rodriguez/hv) v 0.20 2008-01-12 - moved the AlgParser into pst-algparser.pro @@ -33,6 +33,7 @@ pstricks-add.sty ----------- (hv) pstricks-add.tex ----------- (Dominik Rodriguez/hv) + v 3.03 2008-05-20 - fix introduced bug with ps.pro v 3.02 2008-04-25 - set correct labelFontSize for math mode - add macro \psPie with some additional optional arguments diff --git a/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex b/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex index 80095342963..36d3d8a8150 100644 --- a/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex +++ b/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex @@ -1,4 +1,4 @@ -%% $Id: pstricks-add.tex 23 2008-05-15 21:51:18Z herbert $ +%% $Id: pstricks-add.tex 24 2008-05-16 18:33:45Z herbert $ %% %% %% This is file `pstricks-add.tex', @@ -29,8 +29,8 @@ \ifx\MultidoLoaded\endinput\else \input multido \fi \ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi % -\def\fileversion{3.02} -\def\filedate{2008/05/16} +\def\fileversion{3.03} +\def\filedate{2008/05/20} \message{`pstricks-add' v\fileversion, \filedate\space (dr,hv)} % \edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax @@ -38,7 +38,6 @@ \pst@addfams{pstricks-add} % %% prologue for postcript -\pstheader{ps.pro}% \pstheader{pstricks-add.pro}% %\pstheader{pst-algparser.pro}% done by pstricks.tex % @@ -3147,7 +3146,7 @@ \def\psk@@pieUserColor#1,#2,#3\@nil{% \advance\pie@Toggle by \@ne% \xglobal\colorlet{pieFillColor\the\pie@Toggle}{#1}% - \typeout{pie:colorlet:pieFillColor\the\pie@Toggle=#1} +% \typeout{pie:colorlet:pieFillColor\the\pie@Toggle=#1} \def\pie@option{#2} \ifx\pie@option\@empty\else\psk@@pieUserColor#2,#3,\@nil\fi}% \psset[pstricks-add]{userColor={}} |