blob: b7cfc0a1071cbad5ecc22c2b728cef26cbd28278 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
\ProvidesPackage{pst-optexp}[2008/06/25 package wrapper for
pst-optexp.tex]
\RequirePackage{pstricks}
\RequirePackage{pst-xkey}
\RequirePackage{pst-node}
\RequirePackage{pst-plot}
\RequirePackage{multido}
%
\RequirePackage{pstricks-add}
\let\pstricksaddfileversion\fileversion
%
%
\input{pst-optexp.tex}
\ProvidesFile{pst-optexp.tex}
[\filedate\space v\fileversion\space `PST-optexp' (cb)]
\IfFileExists{pst-optexp.pro}{\@addtofilelist{pst-optexp.pro}}{}%
\endinput
|