diff options
author | Karl Berry <karl@freefriends.org> | 2009-10-08 22:34:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-10-08 22:34:13 +0000 |
commit | a0e3a6e70703784c4f4917d3a4dff545b91cf487 (patch) | |
tree | 5f080880ee9bb192fba1f45239d541a6aba2a941 /Master/texmf-dist/doc/generic/pst-3dplot | |
parent | b067e180fd68e71d2e6ee26ca3b99bdf411b10b2 (diff) |
pst-3dplot 1.86 (6oct09)
git-svn-id: svn://tug.org/texlive/trunk@15703 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-3dplot')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-3dplot/Changes | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf | bin | 2184461 -> 2763311 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex | 16 |
3 files changed, 18 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-3dplot/Changes b/Master/texmf-dist/doc/generic/pst-3dplot/Changes index b93e5108498..82594bd3bd0 100644 --- a/Master/texmf-dist/doc/generic/pst-3dplot/Changes +++ b/Master/texmf-dist/doc/generic/pst-3dplot/Changes @@ -1,4 +1,5 @@ pst-3dplot.pro -------- +0.29 2009-10-06 add option SphericalCoorType 0.28 2009-07-28 add option showgrid for sphere, paraboloid and cylinder 0.27 2008-11-12 add routine for scalar and vector product 0.26 2007-01-03 add routine for vector length @@ -14,6 +15,8 @@ pst-3dplot.pro -------- pst-3dplot.tex -------- +1.86 2009-10-06 - add option SphericalCoorType for digfferent Handling + of spherical coordinates 1.85 2009-08-14 - add option Hincrement for \psCylinder, preset to 0.5 1.84 2009-07-28 - add option showgrid for sphere, paraboloid and cylinder diff --git a/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf b/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf Binary files differindex b1f8bfdd4f1..117058e6cf3 100644 --- a/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex b/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex index 21854316ad1..97ae30c8454 100644 --- a/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex @@ -1,4 +1,4 @@ -%% $Id: pst-3dplot-doc.tex 123 2009-08-27 06:53:23Z herbert $ +%% $Id: pst-3dplot-doc.tex 129 2009-08-27 08:54:46Z herbert $ \listfiles \begin{filecontents}{data3D.Roessler} 2.0, 0.0, 0.0 @@ -469,6 +469,19 @@ \psset{subgriddiv=0,gridlabels=7pt,gridcolor=black!15} \hypersetup{pdfauthor={Herbert Voss},pdftitle={3D Plots}} % +\def\bgImage{% +\begin{pspicture}(0,-3)(7,5) +\pstThreeDCoor[xMax=2,yMax=13,zMin=0,zMax=6,IIIDticks]% +\multido{\rA=2.0+2.5, + \rB=0.15+0.20}{5}{% + \pstParaboloid[% + SegmentColor={[cmyk]% + {\rB,0.1,0.11,0.1}}]% + (0,\rA,0){5}{1}}% height 5 and radius 1 +\pstThreeDLine[linestyle=dashed]{->}(0,0,5)(0,13,5) +\end{pspicture} +} +% \begin{document} \author{Herbert Voß} \docauthor{} @@ -496,6 +509,7 @@ It is also important that after \LPack{pst-3dplot} no package is loaded, which u \vfill\noindent Thanks for feedback and contributions to:\\ Bruce Burlton, Bernhard Elsner, Christophe Jorssen, Markus Krebs, Chris Kuklewicz, Darrell Lamm, +Patrice Mégret, Rolf Niepraschk, Michael Sharpe, Uwe Siart, Thorsten Suhling, Maja Zaloznik |