summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-02-10 01:03:39 +0000
committerKarl Berry <karl@freefriends.org>2008-02-10 01:03:39 +0000
commit8e9ece3ceb7b1487c1b6d68de7d30cf9a1ee5e3f (patch)
treedbd1c30753bb199169c774f55501cf35a4fd1a75 /Master/texmf-dist
parent1361276c5e3643b337c958108352d50422aa01df (diff)
pst-3dplot update (8feb08)
git-svn-id: svn://tug.org/texlive/trunk@6591 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/generic/pst-3dplot/Changes2
-rw-r--r--Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdfbin2250631 -> 2249172 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex4
-rw-r--r--Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex12
4 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-3dplot/Changes b/Master/texmf-dist/doc/generic/pst-3dplot/Changes
index 6b9387a9357..0203f70e8a2 100644
--- a/Master/texmf-dist/doc/generic/pst-3dplot/Changes
+++ b/Master/texmf-dist/doc/generic/pst-3dplot/Changes
@@ -12,6 +12,8 @@ pst-3dplot.pro --------
pst-3dplot.tex --------
+1.80 2008-02-08 - do not define the algebraic option, use the
+ one from pstricks-add
1.79 2008-01-03 - add option algebraic for 3d plots
- fix bug with ellipse phi=f(alpha)!
1.78 2007-10-11 - fix bug in \parametricPlotThreeD
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 f1d6b6278e3..a8a1f2ee283 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 ca0cde0d2c4..8915b091df2 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
@@ -500,7 +500,8 @@
%
\begin{document}
-\author{Darrell Lamm\thanks{darrell.lamm@gtri.gatech.edu} \and Herbert Voß\thanks{hv@pstricks.de}}
+\author{Herbert Voß\thanks{hv@pstricks.de}\\[3pt]
+\small with contributions from Darrell Lamm\thanks{darrell.lamm@gtri.gatech.edu}}
\date{\today}
\title{3D plots: PST-3dplot v\myFV\\Documentation}
@@ -520,6 +521,7 @@ It is also important that after \verb+pst-3dplot+ no package is loaded, which us
\vspace*{2cm}
\end{abstract}%
+\clearpage
\tableofcontents
\clearpage
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 8e12de2b028..dd95147cee3 100644
--- a/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex
+++ b/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex
@@ -22,13 +22,11 @@
% Requires PSTricks, pst-node, pst-plot, multido packages
\ifx\PSTricksLoaded\endinput\else\input pstricks.tex\fi
\ifx\PSTnodesLoaded\endinput\else\input pst-3d.tex\fi
-\ifx\PSTnodesLoaded\endinput\else\input pst-node.tex\fi
-\ifx\PSTplotLoaded\endinput\else\input pst-plot.tex\fi% plotpoints
-\ifx\PSTricksAddLoaded\endinput\else\input pstricks-add.tex\fi
+\ifx\PSTricksAddLoaded\endinput\else\input pstricks-add.tex\fi% loads node and plot
\ifx\PSTMultidoLoaded\endinput\else\input multido.tex\fi
%
-\def\fileversion{1.79}
-\def\filedate{2008/01/03}
+\def\fileversion{1.80}
+\def\filedate{2008/02/08}
\message{`PST-3dplot' v\fileversion, \filedate\space (HV,DL)}
%
\edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax
@@ -126,8 +124,8 @@
\define@key[psset]{pst-3dplot}{zCoor}{\pst@checknum{#1}\psk@ThreeDplot@zCoor }
\psset[pst-3dplot]{zCoor=0}
%
-\define@boolkey[psset]{pst-3dplot}[Pst@]{algebraic}[true]{}% same as in pstricks-add
-\psset[pst-3dplot]{algebraic=false}
+%\define@boolkey[psset]{pst-3dplot}[Pst@]{algebraic}[true]{}% same as in pstricks-add
+%\psset[pst-3dplot]{algebraic=false}
\def\drawStyle@xLines{xLines}% 0
\def\drawStyle@yLines{yLines}% 1
\def\drawStyle@xyLines{xyLines}% 2