blob: bdab72893d18ad178c03209148a035ad713defc5 (
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}[2017/12/03 v 0.06, PostScript prologue file]
\@addtofilelist{pst-tools.pro}}{}%
\endinput
%% $Id: pst-tools.sty 606 2017-10-02 17:34:18Z herbert $
|