blob: 80b2905abe9f41cdd7b88ff98d98bdaf4e15d41d (
plain)
1
2
3
4
5
6
7
8
9
|
\RequirePackage{pstricks}
\ProvidesPackage{pst-eucl}[2005/05/14 package wrapper for PSTricks pst-eucl.tex]
\DeclareOption{old}{\gdef\psteucl@old{}}% DR 10/05/2005
\ProcessOptions
\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
|