diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-30 22:00:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-30 22:00:11 +0000 |
commit | 8f3c66451e590adc3ce6c15dd5c11d89e399f9a7 (patch) | |
tree | 3df45c0d19a1e702576b0e91cf7c5f1f1f97ac5f /Master/texmf-dist/tex/latex | |
parent | 50b457db9ae8c77bdad87ef2bb4a246769a36c91 (diff) |
pst-grad/eps
git-svn-id: svn://tug.org/texlive/trunk@2565 c570f23f-e606-0410-a88d-b1316a301751
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 |