blob: 920468451f30b1293f13a053a5b3ffaf6d07d0a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
%% $Id: pst-3d.sty 234 2009-12-30 22:03:29Z herbert $
\RequirePackage{pstricks}
\ProvidesPackage{pst-3d}[2009/07/28 package wrapper for
pst-3d.tex (hv)]
\input{pst-3d.tex}
\IfFileExists{pst-3d.pro}{%
\ProvidesFile{pst-3d.pro}
[2010/01/01 v. 0.01, PostScript prologue file (hv)]
\@addtofilelist{pst-3d.pro}}{}%
\ProvidesFile{pst-3d.tex}
[\filedate\space v\fileversion\space `PST-3d' (hv)]
\endinput
%% End of file `pst-3d.sty'.
|