summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-3dplot
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-01-30 22:57:32 +0000
committerKarl Berry <karl@freefriends.org>2014-01-30 22:57:32 +0000
commitf9b6fc357ce2d792bde2938759b2c77efd98c6d1 (patch)
tree2c65376c15fb46b0d28b1f2b7b833692500113b9 /Master/texmf-dist/doc/generic/pst-3dplot
parenta2f64a193fa3d36e97770a8254b905bd2d009d05 (diff)
pst-3dplot (30jan14)
git-svn-id: svn://tug.org/texlive/trunk@32824 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/Changes2
-rw-r--r--Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdfbin2957864 -> 2963607 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex27
-rw-r--r--Master/texmf-dist/doc/generic/pst-3dplot/tb72voss3d.pdf (renamed from Master/texmf-dist/doc/generic/pst-3dplot/more_docs/tb72voss3d.pdf)bin542949 -> 542949 bytes
4 files changed, 28 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-3dplot/Changes b/Master/texmf-dist/doc/generic/pst-3dplot/Changes
index 1927cd54c86..635d954e7f8 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.31 2014-01-29 - add coorType=6, like 5 with a z axis vice versa
0.30 2010-01-01 - add the subroutine /tx@ProjThreeD from pst-3d
to get rid of the dependency
0.29 2009-10-06 add option SphericalCoorType
@@ -17,6 +18,7 @@ pst-3dplot.pro --------
pst-3dplot.tex --------
+1.98 2014-01-30 - added coorType=6
1.97 2012-06-07 - fixed viewpoint for coorType>0
1.96 2011-12-10 - added \pstThreeDPrism
1.95 2011-08-10 - fix bug with setting drawstyle for htlatex
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 2ce11c53689..e3901ef6acd 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 d3b83ab9c34..ec63804f6d5 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,6 +1,6 @@
\input{pst-3dplot-doc.dat}
-%% $Id: pst-3dplot-doc.tex 467 2011-03-01 21:04:36Z herbert $
+%% $Id: pst-3dplot-doc.tex 879 2014-01-30 09:44:31Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
headexclude,footexclude,oneside,dvipsnames,svgnames]{pst-doc}
\listfiles
@@ -551,6 +551,31 @@ The angles \Lkeyword{Alpha} and \Lkeyword{Beta} are not valid.
\end{pspicture}
\end{LTXexample}
+With \Lkeyword{coorType}=5 the y--z-axes are orthogonal and the angle between x- and y-axis
+is variable but should be 30 or 45 degrees and the x-axis is shortened by a factor of $0.5$.
+The angle \Lkeyword{Beta} is not valid.
+
+\xLkeyval{yz}\xLkeyword{coorType}
+\begin{LTXexample}[width=9.75cm]
+\psset{coorType=5,Alpha=30,
+ IIIDxTicksPlane=yz}
+\begin{pspicture}(-2,-2)(3,3)
+\pstThreeDCoor[IIIDticks,zMax=3]%
+\end{pspicture}
+\end{LTXexample}
+
+
+\xLkeyword{coorType}
+\begin{LTXexample}[width=9.75cm]
+\begin{pspicture}(-3,-2)(6,6)
+\psset{coorType=6}
+\pstThreeDCoor[xMin=0,xMax=5,yMin=0,yMax=5,
+ zMin=0,zMax=5, IIIDticks,spotX=0,IIIDlabels=false,
+ linewidth=1.5pt,linecolor=red]
+\end{pspicture}
+\end{LTXexample}
+
+
\clearpage
\section{Rotation}
diff --git a/Master/texmf-dist/doc/generic/pst-3dplot/more_docs/tb72voss3d.pdf b/Master/texmf-dist/doc/generic/pst-3dplot/tb72voss3d.pdf
index ef3bc1f69bb..ef3bc1f69bb 100644
--- a/Master/texmf-dist/doc/generic/pst-3dplot/more_docs/tb72voss3d.pdf
+++ b/Master/texmf-dist/doc/generic/pst-3dplot/tb72voss3d.pdf
Binary files differ