diff options
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/README | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf | bin | 2963607 -> 2964266 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex | 22 |
4 files changed, 22 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-3dplot/Changes b/Master/texmf-dist/doc/generic/pst-3dplot/Changes index 635d954e7f8..e877d6d56e3 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.32 2014-02-01 - modifications to coorTape=6 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 @@ -18,6 +19,8 @@ pst-3dplot.pro -------- pst-3dplot.tex -------- +1.99 2014-02-01 - make the optional arguments IIIDx|y|zTicksPlane + available for label _and_ ticks 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 diff --git a/Master/texmf-dist/doc/generic/pst-3dplot/README b/Master/texmf-dist/doc/generic/pst-3dplot/README index 3e48431a5eb..d6642cec840 100644 --- a/Master/texmf-dist/doc/generic/pst-3dplot/README +++ b/Master/texmf-dist/doc/generic/pst-3dplot/README @@ -1,8 +1,8 @@ %% Package `pst-3dplot.tex' %% -%% Herbert Voss <voss _at_ pstricks.de> (Germany) +%% Herbert Voss <hvoss@tug.org> %% -%% 2004-12-04 +%% 2014-02-01 %% PSTricks offers excellent macros to insert more or less complex @@ -25,7 +25,7 @@ The pro file should go into $TEXMF$/dvips/pstricks/. pst-3dplot uses the extended version of the keyval package. So be sure that you - have installed xkeyval with the special pst-xkey - (CTAN: tex-archive/macros/latex/contrib/xkeyval/) + (CTAN: /macros/latex/contrib/xkeyval/) - do not load another package after pst-3dplot, which loads the old keyval.sty or pst-key.tex 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 e3901ef6acd..7e9b00e6f03 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 ec63804f6d5..14096e51ce1 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 879 2014-01-30 09:44:31Z herbert $ +%% $Id: pst-3dplot-doc.tex 882 2014-02-01 13:12:37Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside,dvipsnames,svgnames]{pst-doc} \listfiles @@ -516,6 +516,10 @@ is \Lkeyword{Alpha}. The angle \Lkeyword{Beta} is not valid. \end{pspicture} \end{LTXexample} + + + + With \Lkeyword{coorType}=2 the y--z-axes are orthogonal and the angle between x- and y-axis is always 135 degrees and the x-axis is shortened by a factor of $1/\sqrt{2}$. The angle \Lkeyword{Alpha} is only valid for placing the ticks, if any. The angle \Lkeyword{Beta} is not valid. @@ -564,14 +568,20 @@ The angle \Lkeyword{Beta} is not valid. \end{pspicture} \end{LTXexample} - +%\setIIIDplotDefaults +\psset{unit=1cm} \xLkeyword{coorType} -\begin{LTXexample}[width=9.75cm] -\begin{pspicture}(-3,-2)(6,6) +\begin{LTXexample}[width=9cm] \psset{coorType=6} +\begin{pspicture}(-3,-2)(6,6) +\psset{IIIDxTicksPlane=xz,IIIDyTicksPlane=yz} \pstThreeDCoor[xMin=0,xMax=5,yMin=0,yMax=5, - zMin=0,zMax=5, IIIDticks,spotX=0,IIIDlabels=false, - linewidth=1.5pt,linecolor=red] + zMin=0,zMax=5,IIIDticks,spotX=180, + IIIDlabels=false,linecolor=red]% +\multido{\iA=1+1}{4}{\footnotesize% + \pstThreeDPut(\iA,-0.3,0.1){\iA}% + \pstThreeDPut(-0.3,\iA,0.1){\iA}% + \pstThreeDPut(0,-0.3,\iA){\iA}} \end{pspicture} \end{LTXexample} |