diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-func/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdf | bin | 2877597 -> 2878161 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/dvips/pst-func/pst-func.pro | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-func/pst-func.tex | 16 |
5 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-func/Changes b/Master/texmf-dist/doc/generic/pst-func/Changes index 24fd17e3ec2..c3765d66846 100644 --- a/Master/texmf-dist/doc/generic/pst-func/Changes +++ b/Master/texmf-dist/doc/generic/pst-func/Changes @@ -1,4 +1,5 @@ ..... pst-func.tex +0.67 2010-02-09 - fic bug with arrows in \psPolynomial 0.66 2010-01-26 - new optional argument for the Gini coefficient of \psLorenz 0.65 2010-01-25 - new distribution \psCauchy diff --git a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdf b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdf Binary files differindex 588343f385c..514033fbab5 100644 --- a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex index e41c8a5eaaf..880c2649723 100644 --- a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex @@ -1,4 +1,4 @@ -%% $Id: pst-func-doc.tex 261 2010-01-20 17:09:01Z herbert $ +%% $Id: pst-func-doc.tex 273 2010-01-26 18:28:55Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false, smallheadings, headexclude,footexclude,oneside]{pst-doc} \usepackage[utf8]{inputenc} diff --git a/Master/texmf-dist/dvips/pst-func/pst-func.pro b/Master/texmf-dist/dvips/pst-func/pst-func.pro index 93d3feec02a..47d4727b604 100644 --- a/Master/texmf-dist/dvips/pst-func/pst-func.pro +++ b/Master/texmf-dist/dvips/pst-func/pst-func.pro @@ -1,4 +1,4 @@ -%% $Id: pst-func.pro 244 2010-01-04 13:48:01Z herbert $ +%% $Id: pst-func.pro 273 2010-01-26 18:28:55Z herbert $ %% %% This is file `pst-func.pro', %% diff --git a/Master/texmf-dist/tex/generic/pst-func/pst-func.tex b/Master/texmf-dist/tex/generic/pst-func/pst-func.tex index 02b786a0df4..4a368f76c0c 100644 --- a/Master/texmf-dist/tex/generic/pst-func/pst-func.tex +++ b/Master/texmf-dist/tex/generic/pst-func/pst-func.tex @@ -1,4 +1,4 @@ -%% $Id: pst-func.tex 261 2010-01-20 17:09:01Z herbert $ +%% $Id: pst-func.tex 281 2010-02-09 09:16:17Z herbert $ %% %% This is file `pst-func.tex', %% @@ -30,8 +30,8 @@ % interface to the `xkeyval' package \pst@addfams{pst-func} % -\def\fileversion{0.66} -\def\filedate{2010/01/25} +\def\fileversion{0.67} +\def\filedate{2010/02/09} \message{`PST-func' v\fileversion, \filedate\space (hv)} % \pstheader{pst-func.pro} @@ -100,7 +100,9 @@ % \def\psPolynomial{\pst@object{psPolynomial}} \def\psPolynomial@i#1#2{% - \begin@OpenObj + \pst@killglue% + \begingroup% + \use@par% \@nameuse{beginplot@\psplotstyle}% \gdef\psplot@init{}% \@nameuse{testqp@\psplotstyle}% @@ -138,11 +140,11 @@ xy moveto }% \if@pst% lines and dots - \psPolynomial@ii% - \else% curves \psPolynomial@iii% + \else% curves + \psPolynomial@ii% \fi% - \end@OpenObj + \endgroup \ignorespaces} % \def\psPolynomial@ii{% |