diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-01 23:42:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-01 23:42:50 +0000 |
commit | 3556ffda02def0f822bd81adaa1a0f331e850ed6 (patch) | |
tree | c26f57e2781c870aeb3bb1a907f2db9822f7be27 /Master/texmf-dist/tex/latex | |
parent | f3e45a772d199f398f301984a90991b4199cee23 (diff) |
pst-coil 1.03 (1feb10)
git-svn-id: svn://tug.org/texlive/trunk@16895 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-coil/pst-coil.sty | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-coil/pst-coil.sty b/Master/texmf-dist/tex/latex/pst-coil/pst-coil.sty index 2e3a98d15ef..25e0f37a186 100644 --- a/Master/texmf-dist/tex/latex/pst-coil/pst-coil.sty +++ b/Master/texmf-dist/tex/latex/pst-coil/pst-coil.sty @@ -1,7 +1,13 @@ +%% $Id: pst-coil.sty 278 2010-02-01 12:37:08Z herbert $ \RequirePackage{pstricks} -\ProvidesPackage{pst-coil}[2006/08/11 package wrapper for pst-coil.tex (hv)] +\ProvidesPackage{pst-coil}[2010/02/01 package wrapper for + pst-coil.tex (hv)] \input{pst-coil.tex} +\IfFileExists{pst-coil.pro}{% + \ProvidesFile{pst-coil.pro} + [2010/02/01 v. 1.03, PostScript prologue file (hv)] + \@addtofilelist{pst-coil.pro}}{}% \ProvidesFile{pst-coil.tex} - [\filedate\space v\fileversion\space `pst-coil' (tvz)] -\IfFileExists{pst-coil.pro}{\@addtofilelist{pst-coil.pro}}{}% + [\filedate\space v\fileversion\space `PST-coil' (tvz,hv)] \endinput + |