diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-diffraction/pst-diffraction.sty | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-diffraction/pst-diffraction.sty b/Master/texmf-dist/tex/latex/pst-diffraction/pst-diffraction.sty new file mode 100644 index 00000000000..441908f3a57 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-diffraction/pst-diffraction.sty @@ -0,0 +1,14 @@ +\RequirePackage{pstricks} +\RequirePackage{pst-xkey} +\ProvidesPackage{pst-diffraction}[2009/09/04 package wrapper for + pst-diffraction.tex (hv)] +\input{pst-diffraction.tex} +\ProvidesFile{pst-diffraction.tex} + [\filedate\space v\fileversion\space `PST-diffraction' (ml,hv)] +\IfFileExists{pst-diffraction.pro}{\@addtofilelist{pst-diffraction.pro}}{}% +\InputIfFileExists{pst-diffraction.cfg}{% + \PackageInfo{pst-diffraction}% + {Local config file pst-diffraction.cfg used} +}{} +\endinput + |