From 89f9193ae546946be27e89c8fbbb6250f041d575 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 24 Mar 2020 20:50:01 +0000 Subject: pst-ob3d (24mar20) git-svn-id: svn://tug.org/texlive/trunk@54514 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/source/generic/pst-ob3d/pst-ob3d.dtx | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist/source/generic/pst-ob3d/pst-ob3d.dtx') diff --git a/Master/texmf-dist/source/generic/pst-ob3d/pst-ob3d.dtx b/Master/texmf-dist/source/generic/pst-ob3d/pst-ob3d.dtx index 05f0fdb74fb..1484d181bbb 100644 --- a/Master/texmf-dist/source/generic/pst-ob3d/pst-ob3d.dtx +++ b/Master/texmf-dist/source/generic/pst-ob3d/pst-ob3d.dtx @@ -5,7 +5,7 @@ %% Denis Girou (CNRS/IDRIS - France) %% Herbert Voss %% -%% August 22, 2007 +%% Mar 24, 2020 %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN archives @@ -17,6 +17,7 @@ %% % \fi % +% \changes{v0.22}{2020/03/24}{Load pst-tools for random numbers} % \changes{v0.21}{2007/08/22}{Updated the style file} % \changes{v0.20}{2006/11/25}{First CTAN release} % \changes{v0.11 Beta}{2002/05/09}{Fourth packaged release.} @@ -236,7 +237,7 @@ % Scientifique --- Orsay --- France --- % \protect\url{Denis.Girou@idris.fr}.} \and % Herbert Vo\ss\thanks{\protect\url{hvoss@tug.org} for the \texttt{CTAN} Version}} -% \date{Version 0.21\\August 22, 2007} +% \date{Version 0.22\\March 24, 2020} % % \maketitle % @@ -777,8 +778,8 @@ % Who we are. % % \begin{macrocode} -\def\fileversion{0.21} -\def\filedate{2007/08/22} +\def\fileversion{0.22} +\def\filedate{2020/03/24} \message{`Pst-Objects3d' v\fileversion, \filedate\space (DG,hv)} \csname PstObjectsThreeDLoaded\endcsname \let\PstObjectsThreeDLoaded\endinput @@ -787,15 +788,10 @@ % Require the PSTricks, `\textsf{pst-3d}', and `\textsf{pst-xkey}' packages. % % \begin{macrocode} -\ifx\PSTricksLoaded\endinput\else\input pstricks.tex\fi +\ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi +\ifx\PSTricksLoaded\endinput\else \input pstricks.tex\fi \ifx\PSTthreeDLoaded\endinput\else\input pst-3d.tex\fi -\ifx\PSTXKeyLoaded\endinput\else\input pst-xkey \fi -% \end{macrocode} -% -% Donald \textsc{Arseneau} package for random number generation. -% -% \begin{macrocode} -\input random.tex +\ifx\PSTtoolsLoaded\endinput\else \input pst-tools \fi % \end{macrocode} % % Catcodes changes. -- cgit v1.2.3