blob: 045c85ee8702faf346eee62f520c9e0be0786e23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
%% $Id: pst-3dplot.sty 293 2010-02-14 17:11:57Z herbert $
\RequirePackage{pstricks}
\RequirePackage{pst-3d}
\RequirePackage{pst-plot}
\RequirePackage{pst-node}
\RequirePackage{multido}
\ProvidesPackage{pst-3dplot}[2010/01/01 package wrapper for
pst-3dplot.tex (hv)]
\input{pst-3dplot.tex}
\IfFileExists{pst-3dplot.pro}{%
\ProvidesFile{pst-3dplot.pro}
[2010/01/01 v. 0.30, PostScript prologue file (hv)]
\@addtofilelist{pst-3dplot.pro}}{}%
\ProvidesFile{pst-3dplot.tex}
[\filedate\space v\fileversion\space `PST-3dplot' (hv)]
\endinput
|