summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pst-plot/latex/pst-plot.sty
blob: 01ede3063f8c85fb87c4b4db125606a91d2b32e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
% $Id: pst-plot.sty 641 2017-11-13 18:56:40Z herbert $
%%
%% This is file `pst-plot.sty'.
%%
%% IMPORTANT NOTICE:
%%
%% pst-plot.sty Copyright (C) 2004-2011 Herbert Voss <hvoss@tug.org>
%%
%% This package may be distributed under the terms of the LaTeX Project
%% Public License, as described in lppl.txt in the base LaTeX distribution.
%% Either version 1.0 or, at your option, any later version.
%%
%NeedsTeXFormat{LaTeX2e}

\ProvidesPackage{pst-plot}
  [2011/06/05 v1.00 LaTeX wrapper for `pst-plot' (HV)]
%
\newif\ifpst@OldVersion\pst@OldVersionfalse
\DeclareOption{97}{\pst@OldVersiontrue}
\ProcessOptions\relax
%
\ifpst@OldVersion
\RequirePackage[97]{pstricks}
\ProvidesPackage{pst-plot}[1993/03/12 package wrapper for pst-plot.tex]
\input{pst-plot97.tex}
\ProvidesFile{pst-plot.tex}
  [\filedate\space \fileversion\space `pst-plot' (tvz)]
\else
\RequirePackage{pstricks}
\RequirePackage{pst-xkey}
\RequirePackage{multido}
\ProvidesPackage{pst-plot}[2021/09/23 package wrapper for pst-plot.tex (hv)]
\input{pst-plot.tex}
\ProvidesFile{pst-plot.tex}
  [\filedate\space \fileversion\space `pst-plot' (tvz,hv)]
\fi
\endinput