From f9b6fc357ce2d792bde2938759b2c77efd98c6d1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 30 Jan 2014 22:57:32 +0000 Subject: pst-3dplot (30jan14) git-svn-id: svn://tug.org/texlive/trunk@32824 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/pst-3dplot/Changes | 2 + .../generic/pst-3dplot/more_docs/tb72voss3d.pdf | Bin 542949 -> 0 bytes .../doc/generic/pst-3dplot/pst-3dplot-doc.pdf | Bin 2957864 -> 2963607 bytes .../doc/generic/pst-3dplot/pst-3dplot-doc.tex | 27 +++++++- .../doc/generic/pst-3dplot/tb72voss3d.pdf | Bin 0 -> 542949 bytes Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro | 12 +++- .../texmf-dist/source/generic/pst-3dplot/Makefile | 71 --------------------- .../tex/generic/pst-3dplot/pst-3dplot.tex | 15 +++-- 8 files changed, 47 insertions(+), 80 deletions(-) delete mode 100644 Master/texmf-dist/doc/generic/pst-3dplot/more_docs/tb72voss3d.pdf create mode 100644 Master/texmf-dist/doc/generic/pst-3dplot/tb72voss3d.pdf delete mode 100644 Master/texmf-dist/source/generic/pst-3dplot/Makefile 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/more_docs/tb72voss3d.pdf b/Master/texmf-dist/doc/generic/pst-3dplot/more_docs/tb72voss3d.pdf deleted file mode 100644 index ef3bc1f69bb..00000000000 Binary files a/Master/texmf-dist/doc/generic/pst-3dplot/more_docs/tb72voss3d.pdf and /dev/null differ 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 Binary files a/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf and b/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf 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/tb72voss3d.pdf b/Master/texmf-dist/doc/generic/pst-3dplot/tb72voss3d.pdf new file mode 100644 index 00000000000..ef3bc1f69bb Binary files /dev/null and b/Master/texmf-dist/doc/generic/pst-3dplot/tb72voss3d.pdf differ diff --git a/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro b/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro index f860fcba763..9829845db6f 100644 --- a/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro +++ b/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro @@ -1,4 +1,4 @@ -%% $Id: pst-3dplot.pro 467 2011-03-01 21:04:36Z herbert $ +%% $Id: pst-3dplot.pro 879 2014-01-30 09:44:31Z herbert $ %% %% This is file `pst-3dplot.pro', %% @@ -16,7 +16,7 @@ %% `pst-3dplot' is a PSTricks package to draw 3d curves and graphical objects %% %% -%% version 0.31 / 2010-02-20 Herbert Voss +%% version 0.31 / 2014-01-29 Herbert Voss %% with contributions of Darrell Lamm