diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-fit/pst-fit.sty | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-fit/pst-fit.sty b/Master/texmf-dist/tex/latex/pst-fit/pst-fit.sty new file mode 100644 index 00000000000..20a84e819a0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-fit/pst-fit.sty @@ -0,0 +1,14 @@ +%% $Id: pst-fit.sty 673 2012-04-01 09:50:48Z herbert $ +\RequirePackage{pstricks} +\RequirePackage{pstricks-add} +\ProvidesPackage{pst-fit}[2012/04/01 package wrapper for + pst-fit.tex (hv)] +\input{pst-fit.tex} +%\IfFileExists{pst-fit.pro}{% +% \ProvidesFile{pst-fit.pro} +% [2012/04/01 v. 0.01, PostScript prologue file (hv)] +% \@addtofilelist{pst-fit.pro}}{}% +\ProvidesFile{pst-fit.tex} + [\filedate\space v\fileversion\space `PST-fit' (hv)] +\endinput + |