blob: 3757084c2fa379f0fecbcaaf057e99f18d4e557c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
%% $Id: pst-fractal.sty 1154 2020-03-10 19:38:13Z herbert $
\RequirePackage{pstricks}
\ProvidesPackage{pst-fractal}[2007/09/25 package wrapper for
pst-fractal.tex (hv)]
\input{pst-fractal.tex}
\IfFileExists{pst-fractal.pro}{%
\ProvidesFile{pst-fractal.pro}
[2017/12/04 v. 0.06, PostScript prologue file (hv)]
\@addtofilelist{pst-fractal.pro}}{}%
\ProvidesFile{pst-fractal.tex}
[\filedate\space v\fileversion\space `PST-fractal' (hv)]
\endinput
|