summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pst-node/pst-node.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-node/pst-node.sty')
-rw-r--r--Master/texmf-dist/tex/latex/pst-node/pst-node.sty34
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-node/pst-node.sty b/Master/texmf-dist/tex/latex/pst-node/pst-node.sty
index f88f7744ae6..821e14da13f 100644
--- a/Master/texmf-dist/tex/latex/pst-node/pst-node.sty
+++ b/Master/texmf-dist/tex/latex/pst-node/pst-node.sty
@@ -1,3 +1,36 @@
+% $Id: pst-node.sty 510 2011-06-05 07:08:38Z herbert $
+%%
+%% This is file `pst-node.sty'.
+%%
+%% IMPORTANT NOTICE:
+%%
+%% pstricks.sty Copyright (C) 2004-2011 Herbert Voss <voss@perce.de>
+%% Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
+%%
+%% 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-node}
+ [2011/06/05 v1.00 LaTeX wrapper for `pst-node' (HV)]
+%
+\newif\ifpst@OldVersion\pst@OldVersionfalse
+\DeclareOption{97}{\pst@OldVersiontrue}
+\ProcessOptions\relax
+%
+\ifpst@OldVersion
+\RequirePackage[97]{pstricks}
+\ProvidesPackage{pst-node97}[1993/03/12 package wrapper for pst-node.tex]
+\input{pst-node97.tex}
+\ProvidesFile{pst-node97.tex}
+ [\filedate\space \fileversion\space `pst-node' (tvz)]
+\IfFileExists{pst-node97.pro}{%
+ \ProvidesFile{pst-node97.pro}
+ [1993/03/12 v. 0.93a, PostScript prologue file (hv)]
+ \@addtofilelist{pst-node97.pro}}{}%
+\else
\RequirePackage{pstricks}
\ProvidesPackage{pst-node}[2010/04/22 package wrapper for pst-node.tex]
\input{pst-node.tex}
@@ -7,4 +40,5 @@
\ProvidesFile{pst-node.pro}
[2010/04/30 v. 1.12, PostScript prologue file (hv)]
\@addtofilelist{pst-node.pro}}{}%
+\fi
\endinput