blob: 55e33c6bcc2200e6960afdb90f732d03d74cc878 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
%% $Id: pst-3dplot.sty 121 2009-07-28 18:03:37Z herbert $
\RequirePackage{pstricks}
\ProvidesPackage{pst-3dplot}[2009/07/28 package wrapper for
pst-3dplot.tex (hv)]
\input{pst-3dplot.tex}
\IfFileExists{pst-3dplot.pro}{%
\ProvidesFile{pst-3dplot.pro}
[2009/07/28 v. 0.28, PostScript prologue file (hv)]
\@addtofilelist{pst-3dplot.pro}}{}%
\ProvidesFile{pst-3dplot.tex}
[\filedate\space v\fileversion\space `PST-3dplot' (hv)]
\endinput
|