diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/demo.txt | 18 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf | bin | 1170691 -> 1170691 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 16 |
4 files changed, 9 insertions, 26 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes index 3afd5f3eff1..6be68897dc2 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.40 2012-03-14 - do not use etex extensions 1.39 2012-03-13 - fixed bug for xLabels/yLabels 1.38 2012-02-23 - added \strut for the x/y axis user labels 1.37 2012-01-10 - fix bug with \psgraph and axesstyle=none diff --git a/Master/texmf-dist/doc/generic/pst-plot/demo.txt b/Master/texmf-dist/doc/generic/pst-plot/demo.txt deleted file mode 100644 index 8316b213dd4..00000000000 --- a/Master/texmf-dist/doc/generic/pst-plot/demo.txt +++ /dev/null @@ -1,18 +0,0 @@ -% X1 X2 Y1 Y2 - 2 55.1500 10.35 11.26 - 31 59.7167 11.06 11.11 - 34 65.7167 11.87 10.83 - 40 62.1833 11.59 11.19 - 45 56.0500 10.74 11.50 - 47 68.2667 12.65 11.11 - 52 69.7500 13.23 11.38 - 55 76.3333 14.28 11.22 - 59 75.4000 14.69 11.69 - 62 78.6000 15.25 11.64 - 66 69.3167 14.06 12.17 - 69 77.5500 15.24 11.79 - 73 70.8833 14.52 12.29 - 75 60.6167 13.10 12.97 - 79 68.3833 14.43 12.66 - 82 56.6833 12.05 12.75 - 87 95.1333 21.10 13.31 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 044adeb5010..79fb8fda740 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/tex/generic/pst-plot/pst-plot.tex b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex index 59aaeb82e9b..b53b1b82a89 100644 --- a/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex +++ b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex @@ -1,11 +1,11 @@ -% $Id: pst-plot.tex 668 2012-03-13 16:48:37Z herbert $ +% $Id: pst-plot.tex 669 2012-03-14 19:33:54Z herbert $ %% BEGIN pst-plot.tex %% %% plotting functions and data with PSTricks. %% See the betadoc documentation for usage. %% %% COPYRIGHT 1993, 1994, 1999 by Timothy Van Zandt, tvz@nwu.edu. -%% COPYRIGHT 2009/11 by Herbert Voss, hvoss@tug.org. +%% COPYRIGHT 2009-2012 by Herbert Voss, hvoss@tug.org. %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -20,8 +20,8 @@ \ifx\PSTFPloaded\endinput\else \input pst-fp.tex \fi \ifx\MultidoLoaded\endinput\else \input multido.tex \fi % -\def\fileversion{1.39} -\def\filedate{2012/03/13} +\def\fileversion{1.40} +\def\filedate{2012/03/14} \message{ v\fileversion, \filedate\space (tvz,hv)} % \edef\TheAtCode{\the\catcode`\@} @@ -2015,10 +2015,10 @@ D\space##1% \else \pst@cnta=#1\relax% % Distance (in sp) to end. \pstFPdiv\pst@tempA{\the\pst@cnta}{\psk@dx} - \pstFPadd\pst@tempA{0.555}{\pst@tempA} % to prevent rounding errors + \pstFPadd\pst@tempA{1.55}{\pst@tempA} % to prevent rounding errors \edef\pst@tempB{\pst@int{\pst@tempA}} % \divide\pst@cnta\psk@dx\relax% % Number of ticks/labels - \multido{\nA=#3+1}{\numexpr \pst@tempB+1}{\uput{\psxlabelsep}[-90]{\pst@xLabelsRot}(\nA,0)%\psxlabelsep) + \multido{\nA=#3+1}{\pst@tempB}{\uput{\psxlabelsep}[-90]{\pst@xLabelsRot}(\nA,0)%\psxlabelsep) {\strut\psPutXLabel{\nA}}}% \fi% } @@ -2061,10 +2061,10 @@ D\space##1% \else% \pst@cnta=#1\relax% % % Distance (in sp) to end. \pstFPdiv\pst@tempA{\the\pst@cnta}{\psk@dy} - \pstFPadd\pst@tempA{0.555}{\pst@tempA} % to prevent rounding errors + \pstFPadd\pst@tempA{1.55}{\pst@tempA} % to prevent rounding errors \edef\pst@tempB{\pst@int{\pst@tempA}} % \divide\pst@cnta\psk@dy\relax% % Number of ticks/labels - \multido{\nA=#3+1}{\numexpr \pst@tempB+1}{\uput{\psylabelsep}[180]{\pst@yLabelsRot}(0,\nA){\strut\psPutYLabel{\nA}}}% + \multido{\nA=#3+1}{\pst@tempB}{\uput{\psylabelsep}[180]{\pst@yLabelsRot}(0,\nA){\strut\psPutYLabel{\nA}}}% \fi% } % \pst@dima: the width between two labels in pt |