blob: f16ca95b80ea9a69d5d3de8c79175b43d48b465d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
%% $Id: pst-feyn.sty 826 2018-09-27 09:21:43Z herbert $
\PassOptionsToPackage{dvipsnames,svgnames}{pstricks}
\RequirePackage{pstricks}
\ProvidesPackage{pst-feyn}[2018/09/26 package wrapper for
pst-feyn.tex (hv)]
\input{pst-feyn.tex}
\IfFileExists{pst-feyn.pro}{%
\ProvidesFile{pst-feyn.pro}
[2018/09/26 v. 0.01, PostScript prologue file (hv)]
\@addtofilelist{pst-feyn.pro}}{}%
\ProvidesFile{pst-feyn.tex}
[\filedate\space v\fileversion\space `PST-feyn' (hv)]
\endinput
|