blob: a10bb9e0cfda37a10f71e09a38e8dd9e23a22307 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
%% $Id: pst-3dplot.sty 293 2010-02-14 17:11:57Z herbert $
\RequirePackage{pstricks}
\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
|