diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/pst-slpe/pst-slpe.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-slpe/pst-slpe.tex | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-slpe/pst-slpe.tex b/Master/texmf-dist/tex/generic/pst-slpe/pst-slpe.tex index 870cf8480cb..b47e3b4eb73 100644 --- a/Master/texmf-dist/tex/generic/pst-slpe/pst-slpe.tex +++ b/Master/texmf-dist/tex/generic/pst-slpe/pst-slpe.tex @@ -24,8 +24,8 @@ %% of the LaTeX Project Public License Distributed from CTAN archives %% in directory macros/latex/base/lppl.txt. %% -\def\pstslpefileversion{1.3} -\def\pstslpefiledate{2008/09/20} +\def\pstslpefileversion{1.31} +\def\pstslpefiledate{2011/10/25} \message{ v\pstslpefileversion, \pstslpefiledate} \csname PstSlopeLoaded\endcsname \let\PstSlopeLoaded\endinput @@ -116,17 +116,16 @@ tx@PstSlopeDict begin RadSlopesFill end}} \def\psBall{\pst@object{psBall}} \def\psBall@i{\@ifnextchar(\psBall@ii{\psBall@ii(0,0)}} -\def\psBall@ii(#1,#2)#3#4{% +\def\psBall@ii(#1,#2)#3#4{{% \pst@killglue - \pst@dima=#4% - \pst@dimb=#4% + \pssetlength\pst@dima{#4}%%%%% 20111025 hv + \pst@dimb=\pst@dima%%%%%%%%%%% 20111025 hv \advance\pst@dima by 0.075\pst@dimb% - \begingroup% \addbefore@par{sloperadius=\the\pst@dima,fillstyle=ccslope, slopebegin=white,slopeend=#3,slopecenter=0.4 0.6,linestyle=none}% \use@par% \pscircle(#1,#2){#4}% - \endgroup\ignorespaces% + }\ignorespaces% } \catcode`\@=\TheAtCode\relax \endinput |