summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-24 20:50:01 +0000
committerKarl Berry <karl@freefriends.org>2020-03-24 20:50:01 +0000
commit89f9193ae546946be27e89c8fbbb6250f041d575 (patch)
tree35f939fd9282d73bfd41d981a81587a879c5a8ff /Master/texmf-dist/tex
parent2498513939ab6226b2848e7c5370b9127b5da066 (diff)
pst-ob3d (24mar20)
git-svn-id: svn://tug.org/texlive/trunk@54514 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/pst-ob3d/pst-ob3d.tex12
-rw-r--r--Master/texmf-dist/tex/latex/pst-ob3d/pst-ob3d.sty2
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-ob3d/pst-ob3d.tex b/Master/texmf-dist/tex/generic/pst-ob3d/pst-ob3d.tex
index 3bd16decf80..1de52e2906a 100644
--- a/Master/texmf-dist/tex/generic/pst-ob3d/pst-ob3d.tex
+++ b/Master/texmf-dist/tex/generic/pst-ob3d/pst-ob3d.tex
@@ -26,7 +26,7 @@
%% Denis Girou (CNRS/IDRIS - France) <Denis.Girou@idris.fr>
%% Herbert Voss <hvoss@tug.org>
%%
-%% 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
@@ -36,15 +36,15 @@
%% `pst-ob3d' is a PSTricks package to draw basic three dimensional
%% objects with various customizations.
%%
-\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
-\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
-\input random.tex
+\ifx\PSTtoolsLoaded\endinput\else \input pst-tools \fi
\edef\PstAtCode{\the\catcode`\@}
\catcode`\@=11\relax
\pst@addfams{pst-ob3d}
diff --git a/Master/texmf-dist/tex/latex/pst-ob3d/pst-ob3d.sty b/Master/texmf-dist/tex/latex/pst-ob3d/pst-ob3d.sty
index a6593d1ed58..a9fc0676f39 100644
--- a/Master/texmf-dist/tex/latex/pst-ob3d/pst-ob3d.sty
+++ b/Master/texmf-dist/tex/latex/pst-ob3d/pst-ob3d.sty
@@ -26,7 +26,7 @@
%% Denis Girou (CNRS/IDRIS - France) <Denis.Girou@idris.fr>
%% Herbert Voss <hvoss@tug.org>
%%
-%% 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