diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-26 17:30:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-26 17:30:34 +0000 |
commit | 464908ca0b5b2cc2ff64d61afd9415c9596e6b0e (patch) | |
tree | f852c1c67b86bf4b0e19ac3d686c34488cc5ec27 | |
parent | 013683b030ca5199bd9b3a562b72da9d7918e427 (diff) |
pst-3dplot (26aug14)
git-svn-id: svn://tug.org/texlive/trunk@35042 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-3dplot/Changes | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf | bin | 2964230 -> 2938814 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-3dplot/tb72voss3d.pdf | bin | 542949 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex | 12 |
4 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-3dplot/Changes b/Master/texmf-dist/doc/generic/pst-3dplot/Changes index bee2a3a2e29..ea479211b6e 100644 --- a/Master/texmf-dist/doc/generic/pst-3dplot/Changes +++ b/Master/texmf-dist/doc/generic/pst-3dplot/Changes @@ -19,6 +19,8 @@ pst-3dplot.pro -------- pst-3dplot.tex -------- +2.01 2014-08-25 - bugfix for \lineIIID@i which is defines by + pst-solides3d, too. 2.00 2014-03-26 - enable opacity setting for sphere and cylinder 1.99 2014-02-01 - make the optional arguments IIIDx|y|zTicksPlane available for label _and_ ticks 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 3ec30ac1c3d..ed7dd28cd81 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/tb72voss3d.pdf b/Master/texmf-dist/doc/generic/pst-3dplot/tb72voss3d.pdf Binary files differdeleted file mode 100644 index ef3bc1f69bb..00000000000 --- a/Master/texmf-dist/doc/generic/pst-3dplot/tb72voss3d.pdf +++ /dev/null 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 fde8250d574..2f789b0f382 100644 --- a/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex +++ b/Master/texmf-dist/tex/generic/pst-3dplot/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{2.00} -\def\filedate{2014/03/26} +\def\fileversion{2.01} +\def\filedate{2014/08/25} \message{`PST-3dplot' v\fileversion, \filedate\space (HV,DL)} % \edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax @@ -662,15 +662,15 @@ \def\psput@##1{\pst@@getcoor{##1}\leavevmode\psput@cartesian}% }% -\def\pstThreeDLine{\NormalIIIDCoor\def\pst@par{}\pst@object{lineIIID}} -\def\lineIIID@i{% +\def\pstThreeDLine{\NormalIIIDCoor\def\pst@par{}\pst@object{pst@lineIIID}} +\def\pst@lineIIID@i{% \pst@killglue% \pst@getarrows{% \begin@OpenObj% - \pst@getcoors[\lineIIID@ii% + \pst@getcoors[\pst@lineIIID@ii% }% } -\def\lineIIID@ii{% +\def\pst@lineIIID@ii{% \addto@pscode{% \pst@3ddict \IIIDplot@variables |