summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-08-28 00:18:28 +0000
committerKarl Berry <karl@freefriends.org>2009-08-28 00:18:28 +0000
commit7bd9b1903189de6f39e6f6bcc94b5fc146a57f79 (patch)
tree111535c0d3e70937f369b4c2b67bb1404c774a96 /Master/texmf-dist/doc
parent61ad76838e8dec8c83a9695add3b60afcf226874 (diff)
pst-3dplot 1.85
git-svn-id: svn://tug.org/texlive/trunk@14897 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/generic/pst-3dplot/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdfbin2163613 -> 2184461 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex25
3 files changed, 19 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-3dplot/Changes b/Master/texmf-dist/doc/generic/pst-3dplot/Changes
index d3346195138..b93e5108498 100644
--- a/Master/texmf-dist/doc/generic/pst-3dplot/Changes
+++ b/Master/texmf-dist/doc/generic/pst-3dplot/Changes
@@ -14,6 +14,7 @@ pst-3dplot.pro --------
pst-3dplot.tex --------
+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
- fix bug with \psBox
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
index a8f0f56df85..b1f8bfdd4f1 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
Binary files differ
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 383b65a9801..21854316ad1 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 107 2009-03-12 17:25:46Z herbert $
+%% $Id: pst-3dplot-doc.tex 123 2009-08-27 06:53:23Z herbert $
\listfiles
\begin{filecontents}{data3D.Roessler}
2.0, 0.0, 0.0
@@ -495,7 +495,8 @@ 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, Christophe Jorssen, Markus Krebs, Chris Kuklewicz, Darrell Lamm, Rolf Niepraschk,
+Bruce Burlton, Bernhard Elsner, Christophe Jorssen, Markus Krebs, Chris Kuklewicz, Darrell Lamm,
+Rolf Niepraschk,
Michael Sharpe, Uwe Siart, Thorsten Suhling, Maja Zaloznik
\end{abstract}
@@ -630,8 +631,8 @@ also to the left.
The value of the perpendicular projected z coordinate is $z^{*}=z\cdot cos\beta$. With
figure~\ref{Abb0-3} we see, that the point $P(x,y,z)$ runs on an elliptical curve when
-$\beta$ is constant and $\alpha$ changes continues. The vertical alteration of $P$ id
-the difefrence of the two "`perpendicular"' lines $y\cdot\cos\alpha$ and $x\cdot\sin\alpha$.
+$\beta$ is constant and $\alpha$ changes continues. The vertical alteration of $P$ is
+the difference of the two "`perpendicular"' lines $y\cdot\cos\alpha$ and $x\cdot\sin\alpha$.
These lines are rotated by the angle $\beta$, so we have them to multiply with $\sin\beta$ to
get the vertical part. We get the following transformation equations:
@@ -699,7 +700,7 @@ listed options with the predefined values.
{
\ttfamily
\begin{longtable}{lll}
-\caption{All new parameters for \texttt{pst-plot}\label{tab:coor}}\\[-5pt]
+\caption{All new parameters for \texttt{pst-3dplot}\label{tab:coor}}\\
\textrm{Name} & \textrm{Type} & \textrm{Default}\\\hline
\endfirsthead
\textrm{Name} & \textrm{Type} & \textrm{Default}\\\hline
@@ -824,7 +825,7 @@ Cartesian coordinate system.
\subsection{Ticks and labels}
With the option \Lkeyword{IIIDticks} the axes get ticks and with \Lkeyword{IIIDlabels} labels.
-Without ticks are not possible.
+Without ticks also labels are not possible.
There are several
options to place the labels in right plane to get an optimal view. The view of the
ticklabels can be changed by redefining the macro
@@ -2045,7 +2046,9 @@ The syntax is
\end{BDef}
\verb+(x,y,z)+ defines the center of the lower part of the cylinder. If it is
-missing, then \verb+(0,0,0)+ are taken into account.
+missing, then \verb+(0,0,0)+ are taken into account. With \Lkeyval{increment} for
+the angle step and \Lkeyword{Hincrement} for the height step, the number of
+segemnts can be defined. They are preset to 10 and 0.5.
\begin{LTXexample}[width=7cm]
\begin{pspicture}(-3,-2)(3,7)
@@ -2056,6 +2059,14 @@ missing, then \verb+(0,0,0)+ are taken into account.
\end{LTXexample}
\begin{LTXexample}[width=7cm]
+\begin{pspicture}(-3,-2)(3,2)
+\psset{Beta=10}
+\pstThreeDCoor[zMax=1]
+ \psCylinder[increment=5,Hincrement=0.1]{2}{0.5}
+\end{pspicture}
+\end{LTXexample}
+
+\begin{LTXexample}[width=7cm]
\begin{pspicture}(-3,-2)(3,6)
\psset{Beta=60}
\pstThreeDCoor[zMax=9]