diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-23 23:46:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-23 23:46:51 +0000 |
commit | 40017fc23f5df1b885094287255acd2138fe727e (patch) | |
tree | cf76d718d201c6da6f446a1be6c1786ab3248021 /Master/texmf-dist/tex/latex/pst-eucl | |
parent | 6945ff103627bf3b736e3b2031cf071c77743dfb (diff) |
pst-eucl update (24feb06)
git-svn-id: svn://tug.org/texlive/trunk@1907 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-eucl')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-eucl/pst-eucl.sty | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-eucl/pst-eucl.sty b/Master/texmf-dist/tex/latex/pst-eucl/pst-eucl.sty index fd9a4263a9b..80b2905abe9 100644 --- a/Master/texmf-dist/tex/latex/pst-eucl/pst-eucl.sty +++ b/Master/texmf-dist/tex/latex/pst-eucl/pst-eucl.sty @@ -1,7 +1,9 @@ +\RequirePackage{pstricks} \ProvidesPackage{pst-eucl}[2005/05/14 package wrapper for PSTricks pst-eucl.tex] -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% package options -\DeclareOption{old}{\gdef\psteucl@old{}}%DR 10/05/2005 +\DeclareOption{old}{\gdef\psteucl@old{}}% DR 10/05/2005 \ProcessOptions -\input pst-eucl.tex +\input{pst-eucl.tex} +\ProvidesFile{pst-eucl.tex} + [\filedate\space v\fileversion\space `PST-eucl' (dr)] +\IfFileExists{pst-eucl.pro}{\@addtofilelist{pst-eucl.pro}}{}% \endinput |