diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-eps/pst-eps.sty | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-grad/pst-grad.sty | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-eps/pst-eps.sty b/Master/texmf-dist/tex/latex/pst-eps/pst-eps.sty new file mode 100644 index 00000000000..e41a884b663 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-eps/pst-eps.sty @@ -0,0 +1,6 @@ +\RequirePackage{pstricks} +\ProvidesPackage{pst-eps}[2005/05/20 package wrapper for pst-eps.tex (hv)] +\input{pst-eps.tex} +\ProvidesFile{pst-eps.tex} + [\filedate\space \fileversion\space `pst-eps' (tvz)] +\endinput diff --git a/Master/texmf-dist/tex/latex/pst-grad/pst-grad.sty b/Master/texmf-dist/tex/latex/pst-grad/pst-grad.sty new file mode 100644 index 00000000000..1e48f52bf7d --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-grad/pst-grad.sty @@ -0,0 +1,7 @@ +\RequirePackage{pstricks} +\ProvidesPackage{pst-grad}[2004/07/15 package wrapper for pst-grad.tex (hv)] +\input{pst-grad.tex} +\ProvidesFile{pst-grad.tex} + [\filedate\space \fileversion\space `pst-grad' (tvz)] +\IfFileExists{pst-grad.pro}{\@addtofilelist{pst-grad.pro}}{}% +\endinput |