summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdfbin1228929 -> 1228834 bytes
-rw-r--r--Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex13
3 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes
index 5490ff2fd77..a138420e059 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.69 2014-08-17 - bugfix for \psgraph (arrows)
1.68 2014-08-04 - set trigLabels=false for \psx|yTick
added documentation for options psgrid, gridpara and gridcoor
1.67 2014-07-31 - option showgrid is valid for \psaxes with gridstyleA
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
index 75e2c6df063..762551a8fca 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
Binary files differ
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 d38596eddc2..ce0d589e60b 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 64 2014-08-04 07:26:55Z herbert $
+% $Id: pst-plot.tex 69 2014-08-17 20:35:59Z herbert $
%%
%% BEGIN pst-plot.tex
%%
@@ -22,8 +22,8 @@
\ifx\PSTFPloaded\endinput\else \input pst-fp.tex \fi
\ifx\MultidoLoaded\endinput\else \input multido.tex \fi
%
-\def\fileversion{1.68}
-\def\filedate{2014/08/04}
+\def\fileversion{1.69}
+\def\filedate{2014/08/17}
\message{ v\fileversion, \filedate\space (tvz,hv)}
%
\edef\TheAtCode{\the\catcode`\@}
@@ -2314,7 +2314,10 @@ D\space##1%
\let\pslegend@text\relax% define it as empty
%
\def\psgraph{\pst@object{psgraph}}
-\def\psgraph@i{\pst@getarrows\psgraph@ii}
+\def\psgraph@i{%
+ \let\psk@save@arrowA\psk@arrowA
+ \let\psk@save@arrowB\psk@arrowB
+ \pst@getarrows\psgraph@ii}
\def\psgraph@ii(#1,#2){\catcode`\!=12\relax
\@ifnextchar({\psgraph@iii(#1,#2)}{\psgraph@iv(0,0)(#1,#2)}}
\def\psgraph@iii(#1,#2)(#3,#4){\@ifnextchar({\psgraph@v(#1,#2)(#3,#4)}{\psgraph@iv(#1,#2)(#3,#4)}}
@@ -2451,6 +2454,8 @@ D\space##1%
\fi%
\fi%
\xdef\psgraphLLx{#3}\xdef\psgraphLLy{#4}\xdef\psgraphURx{#5}\xdef\psgraphURy{#6}%
+ \global\let\psk@arrowA\psk@save@arrowA
+ \global\let\psk@arrowB\psk@save@arrowB
\ignorespaces
}
%