diff options
author | Karl Berry <karl@freefriends.org> | 2014-01-30 22:57:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-01-30 22:57:32 +0000 |
commit | f9b6fc357ce2d792bde2938759b2c77efd98c6d1 (patch) | |
tree | 2c65376c15fb46b0d28b1f2b7b833692500113b9 /Master/texmf-dist/tex/generic | |
parent | a2f64a193fa3d36e97770a8254b905bd2d009d05 (diff) |
pst-3dplot (30jan14)
git-svn-id: svn://tug.org/texlive/trunk@32824 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex b/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex index 4f37d13deb8..5d0b885759d 100644 --- a/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex +++ b/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex @@ -1,4 +1,4 @@ -%% $Id: pst-3dplot.tex 694 2012-06-07 12:07:50Z herbert $ +%% $Id: pst-3dplot.tex 879 2014-01-30 09:44:31Z herbert $ %% %% This is file `pst-3dplot.tex', %% @@ -27,8 +27,8 @@ \ifx\PSTMultidoLoaded\endinput\else \input multido.tex\fi \ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi % -\def\fileversion{1.97} -\def\filedate{2012/06/07} +\def\fileversion{1.98} +\def\filedate{2013/01/30} \message{`PST-3dplot' v\fileversion, \filedate\space (HV,DL)} % \edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax @@ -61,8 +61,10 @@ \def\psk@ThreeDplot@Alpha{45} \or %4 % \def\psk@ThreeDplot@Alpha{135} + \or %5 + \or %6 + \def\psk@ThreeDplot@Alpha{26.565} \else -% \fi} % 0 default % 1 z y are orthogonal and angle x|y is Alpha, Beta has no meaning @@ -905,7 +907,7 @@ \pst@killglue% \begingroup% \addbefore@par{linestyle=\psk@ThreeDplot@invisibleLineStyle}% - \use@par% + \use@keep@par% \def\pst@tempX{#1 }% \def\pst@tempY{#2 }% \def\pst@tempZ{#3 }% @@ -915,7 +917,8 @@ \iftrue \pstThreeDSquare(\pst@tempX,\pst@tempY,\pst@tempZ)(#4,#5,#6)(#7,#8,#9)% lower square \pstThreeDSquare(\pst@tempX,\pst@tempY,\pst@tempZ)(#1,#2,#3)(#4,#5,#6)% back square - \psset{linestyle=\psk@ThreeDplot@visibleLineStyle}% + \addto@par{linestyle=dashed}%\psk@ThreeDplot@invisibleLineStyle}% +% \psset{linestyle=\psk@ThreeDplot@visibleLineStyle}% \pstThreeDSquare(\pst@tempX #4 add,\pst@tempY #5 add,\pst@tempZ #6 add)(#1,#2,#3)(#7,#8,#9)% left square \pstThreeDSquare(\pst@tempX #1 add,\pst@tempY #2 add,\pst@tempZ #3 add)(#4,#5,#6)(#7,#8,#9)% top square \pstThreeDSquare(\pst@tempX #7 add,\pst@tempY #8 add,\pst@tempZ #9 add)(#1,#2,#3)(#4,#5,#6)% front square |