summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pst-plot
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-08-12 22:17:14 +0000
committerKarl Berry <karl@freefriends.org>2013-08-12 22:17:14 +0000
commit8dda786294d3a2eb9a110ff813d0a6d3d4870c51 (patch)
treece9dbab8c81a39f816188f5679c4590b0d36e562 /Master/texmf-dist/tex/latex/pst-plot
parent368c76584a33996d358ac5341b92dc7135cad490 (diff)
pst-plot (12aug13)
git-svn-id: svn://tug.org/texlive/trunk@31420 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-plot')
-rw-r--r--Master/texmf-dist/tex/latex/pst-plot/pst-plot.sty37
1 files changed, 0 insertions, 37 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-plot/pst-plot.sty b/Master/texmf-dist/tex/latex/pst-plot/pst-plot.sty
deleted file mode 100644
index e515363d30d..00000000000
--- a/Master/texmf-dist/tex/latex/pst-plot/pst-plot.sty
+++ /dev/null
@@ -1,37 +0,0 @@
-% $Id: pst-plot.sty 541 2011-07-20 16:38:34Z 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