blob: d7f9f778d45055ee597887874b7074104ffa5fac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
%% $Id: pst-3dplot.sty 9 2008-01-03 20:22:50Z herbert $
\RequirePackage{pstricks}
\ProvidesPackage{pst-3dplot}[2006/02/07 package wrapper for
pst-3dplot.tex (hv)]
\input{pst-3dplot.tex}
\IfFileExists{pst-3dplot.pro}{%
\ProvidesFile{pst-3dplot.pro}
[2008/01/03 v. 0.25, PostScript prologue file (hv)]
\@addtofilelist{pst-3dplot.pro}}{}%
\ProvidesFile{pst-3dplot.tex}
[\filedate\space v\fileversion\space `PST-3dplot' (hv)]
\endinput
|