blob: 48b51cfa51fca6a9f365949628f2ab2df9aa9224 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\RequirePackage{pstricks}
\ProvidesPackage{pst-tools}[2012/01/01 package wrapper for
pst-tools.tex (hv)]
\input{pst-tools.tex}
\ProvidesFile{pst-tools.tex}
[\filedate\space v\fileversion\space `PST-tools' (hv)]
\IfFileExists{pst-tools.pro}{%
\ProvidesFile{pst-tools.pro}[2013/10/26 v 0.04, PostScript prologue file]
\@addtofilelist{pst-tools.pro}}{}%
\endinput
%% $Id: pst-tools.sty 606 2017-10-02 17:34:18Z herbert $
|