From 09802588a0720cc4857282650b590ec15f4bd5be Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 3 Aug 2014 16:54:11 +0000 Subject: pst-plot git-svn-id: svn://tug.org/texlive/trunk@34812 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/pst-plot/Changes | 3 +++ Master/texmf-dist/doc/generic/pst-plot/README | 18 +++++++++++++++--- Master/texmf-dist/doc/generic/pst-plot/README-doc | 3 +++ .../doc/generic/pst-plot/pst-plot-doc.pdf | Bin 1255874 -> 1217251 bytes .../doc/generic/pst-plot/pst-plot-doc.tex | 5 +++-- 5 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 Master/texmf-dist/doc/generic/pst-plot/README-doc (limited to 'Master/texmf-dist/doc/generic') diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes index febbecec3d0..54691bdb897 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/Changes +++ b/Master/texmf-dist/doc/generic/pst-plot/Changes @@ -1,4 +1,7 @@ ----- pst-plot.tex +1.66 2014-07-30 - option showpoints is valid for \psCoordinates + preset to true +1.65 2014-07-12 - allow PostScript expression for \psx|yTick 1.64 2014-07-09 - added axespos for psgraph environment 1.63 2014-06-24 - added x|y versions of mathLabel and labelFontSize 1.62 2014-05-12 - moved comma and decimalSeparator into pst-tools diff --git a/Master/texmf-dist/doc/generic/pst-plot/README b/Master/texmf-dist/doc/generic/pst-plot/README index efdfe42fcfd..57233cad60e 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/README +++ b/Master/texmf-dist/doc/generic/pst-plot/README @@ -1,3 +1,15 @@ -dtk02-1.pdf : Die mathematischen Funktionen von PostScript -dtk02-2.pdf : Die Plotfunktionen von pst-plot -tugboat01-4.pdf : The plot functions of pst-plot +This version of pst-plot uses the xkeyval package, the extended +version of keyval. + +Save the files pst-plot.sty|.tex| in a directory, which is part of your +local TeX node. Then do not forget to run texhash to update this node +if these packages are new to your TeX distribution. +For more information see the documentation of your LaTeX distribution +on installing packages into your LaTeX distribution or the +TeX Frequently Asked Questions: +(http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages). + +pst-plot needs pstricks, which should be part of your +local TeX installation, otherwise get it from a CTAN server, f.ex. +http://mirror.ctan.org/graphics/pstricks/ + diff --git a/Master/texmf-dist/doc/generic/pst-plot/README-doc b/Master/texmf-dist/doc/generic/pst-plot/README-doc new file mode 100644 index 00000000000..efdfe42fcfd --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-plot/README-doc @@ -0,0 +1,3 @@ +dtk02-1.pdf : Die mathematischen Funktionen von PostScript +dtk02-2.pdf : Die Plotfunktionen von pst-plot +tugboat01-4.pdf : The plot functions of pst-plot 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 342ff2b0ad3..9b61ad2bea5 100644 Binary files a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf and b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf differ 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 706429b8708..15754f1290d 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,3 +1,4 @@ +% $Id: pst-plot-doc.tex 56 2014-07-30 07:34:07Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside,dvipsnames,svgnames]{pst-doc} \listfiles @@ -15,7 +16,7 @@ \def\bgImage{% \begin{pspicture}(-3.5,-3.5)(3.5,3.5) \psaxes[axesstyle=polar,subticklinestyle=dashed,subticks=2, - labelFontSize=\scriptstyle](3,3) + labelFontSize=\scriptstyle](3,360) \psplot[polarplot,algebraic,linecolor=red,linewidth=2pt, plotpoints=2000]{0}{TwoPi}{6*sin(x)*cos(x)} \end{pspicture} @@ -3487,7 +3488,7 @@ x sin dup mul x cos dup mul add sqrt \psCoordinates(*2 {x^2/10}) \psCoordinates[linecolor=blue,linestyle=dashed, dotstyle=square,dotscale=2](*4 {x^2/10}) - \psCoordinates[arrowscale=1.5,arrows=->](*6 {x^2/10}) + \psCoordinates[arrowscale=1.5,arrows=->,showpoints=false](*6 {x^2/10}) \psCoordinates[arrows=->,linecolor=blue,linestyle=dotted, dotstyle=triangle,dotscale=2](*8 {x^2/10}) \psCoordinates[dotscale=2](*9 {x^2/10}) -- cgit v1.2.3