diff options
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf | bin | 1347667 -> 1347667 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 12 |
4 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes index e30b579308a..105bbf01d97 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/Changes +++ b/Master/texmf-dist/doc/generic/pst-plot/Changes @@ -1,4 +1,5 @@ ----- pst-plot.tex +1.89 2018-02-18 - fix for trailing space in loglines=all 1.88 2018-02-14 - add ignoreLines also for \psreadDataColumn 1.87 2017-12-12 - fix for ylabelFactor and polarplot 1.86 2017-11-16 - fix for trailing spaces in x|ylabelPos diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf Binary files differindex f3e35974212..5b817c275e9 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex index 4384d6de6ba..3069c55757b 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex @@ -1,4 +1,4 @@ -% $Id: pst-plot-doc.tex 686 2017-12-11 20:16:01Z herbert $ +% $Id: pst-plot-doc.tex 733 2018-02-14 08:17:11Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside,dvipsnames,svgnames]{pst-doc} \listfiles @@ -66,7 +66,8 @@ Martin Paech; Alan Ristow; Christine Römer; Arnaud Schmittbuhl; -Uwe Siart +Uwe Siart; +Thomas Söll; \end{abstract} \clearpage diff --git a/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex index bf2270f3acf..dd729e1b8bb 100644 --- a/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex +++ b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex @@ -1,4 +1,4 @@ -% $Id: pst-plot.tex 699 2017-12-31 10:27:45Z herbert $ +% $Id: pst-plot.tex 733 2018-02-14 08:17:11Z herbert $ %% %% BEGIN pst-plot.tex %% @@ -23,8 +23,8 @@ \ifx\PSTFPloaded\endinput\else \input pst-fp.tex \fi \ifx\MultidoLoaded\endinput\else \input multido.tex \fi % -\def\fileversion{1.88} -\def\filedate{2018/02/14} +\def\fileversion{1.89} +\def\filedate{2018/02/18} \message{ v\fileversion, \filedate\space (tvz,hv)} % \edef\TheAtCode{\the\catcode`\@} @@ -1646,18 +1646,18 @@ D\space##1% \def\psk@logLines{3} \define@key[psset]{pst-plot}{logLines}[none]{\pst@expandafter\psset@@logLines#1\@nil\psk@logLines} \def\psset@@logLines#1#2\@nil#3{% - \ifx#1a + \ifx#1a\relax \let#3\z@ \Pst@maxxTickstrue\Pst@maxyTickstrue \set@xticksize{0 4pt}\set@yticksize{0 4pt}% \def\psk@xsubticksize{1}\def\psk@ysubticksize{1}% \else - \ifx#1x + \ifx#1x\relax \let#3\@ne \Pst@maxxTickstrue\Pst@maxyTicksfalse \set@xticksize{0 4pt}\def\psk@xsubticksize{1}% \else - \ifx#1y + \ifx#1y\relax \let#3\tw@ \Pst@maxyTickstrue\Pst@maxxTicksfalse \set@yticksize{0 4pt}\def\psk@ysubticksize{1}% |