blob: 68edede6983b9865801bf7b315c93e85bc522be3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\RequirePackage{pstricks}
\ProvidesPackage{pst-eucl}[2011/08/04 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}{%
\ProvidesFile{pst-eucl.pro}
[2011/08/04 v. 1.00, PostScript prologue file (hv)]
\@addtofilelist{pst-eucl.pro}}{}%
\endinput
|