blob: 93fb9e9b5862b4b09a6a348f2b7ea8113078fb96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
%% $Id: pst-circ.sty 646 2017-11-16 09:46:12Z 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
|