diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-12 01:01:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-12 01:01:09 +0000 |
commit | b3d72971aeaf06ea2627c5ebca11fef7d76e0d5b (patch) | |
tree | 9f4bd0b851a7541f9629e8096aa9df1eb805cd95 /Master/texmf-dist/tex/latex/pst-thick/pst-thick.sty | |
parent | 1b2dc80bc47f12c5846e7616c287a772be5de763 (diff) |
new pstricks package pst-thick (9dec09)
git-svn-id: svn://tug.org/texlive/trunk@16369 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-thick/pst-thick.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-thick/pst-thick.sty | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-thick/pst-thick.sty b/Master/texmf-dist/tex/latex/pst-thick/pst-thick.sty new file mode 100644 index 00000000000..1102dd4226c --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-thick/pst-thick.sty @@ -0,0 +1,12 @@ +%% $Id: pst-thick.sty 170 2009-12-08 21:30:53Z herbert $ +\RequirePackage{pstricks} +\ProvidesPackage{pst-thick}[2009/12/08 package wrapper for + pst-thick.tex (hv)] +\input{pst-thick.tex} +\ProvidesFile{pst-thick.tex} + [\filedate\space v\fileversion\space `pst-thick' (ml,hv)] +%\IfFileExists{pst-thick.pro}{% +% \ProvidesFile{pst-thick.pro}[2009/12/08 v. 1.0, PostScript prologue file] +% \@addtofilelist{pst-thick.pro}}{}% +\endinput + |