blob: 5034be3d68c7119cbf286497a0dfd75220303246 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
%% $Id: pst-circ.sty 3 2007-12-23 16:23:22Z herbert $
\RequirePackage{pstricks}
\ProvidesPackage{pst-circ}[2007/12/23 package wrapper for
pst-circ.tex (hv)]
\input{pst-circ.tex}
\IfFileExists{pst-circ.pro}{%
\ProvidesFile{pst-circ.pro}
[2007/03/23 v. 0.01, PostScript prologue file (hv)]
\@addtofilelist{pst-circ.pro}}{}%
\ProvidesFile{pst-circ.tex}
[\filedate\space v\fileversion\space `PST-circ' (CJ,hv)]
\endinput
|