summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pst-plot/latex/pst-plot.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/pstricks/contrib/pst-plot/latex/pst-plot.sty
Initial commit
Diffstat (limited to 'graphics/pstricks/contrib/pst-plot/latex/pst-plot.sty')
-rw-r--r--graphics/pstricks/contrib/pst-plot/latex/pst-plot.sty37
1 files changed, 37 insertions, 0 deletions
diff --git a/graphics/pstricks/contrib/pst-plot/latex/pst-plot.sty b/graphics/pstricks/contrib/pst-plot/latex/pst-plot.sty
new file mode 100644
index 0000000000..1e9c4f018d
--- /dev/null
+++ b/graphics/pstricks/contrib/pst-plot/latex/pst-plot.sty
@@ -0,0 +1,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}[2011/04/13 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