diff options
author | Karl Berry <karl@freefriends.org> | 2011-07-29 14:12:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-07-29 14:12:10 +0000 |
commit | 554b089e59c2631f8a6cbd760beabc02ea227ef7 (patch) | |
tree | f77643f779d2d45213918c4301e9f9dfb83e1056 /Master/texmf-dist/tex/latex/pst-node | |
parent | 3af8d5df17178a99b098a782c231b0060fd29b4d (diff) |
pst-node 1.00/1.17 (9jul11)
git-svn-id: svn://tug.org/texlive/trunk@23268 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-node')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-node/pst-node.sty | 34 |
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 |