summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-18 23:40:26 +0000
committerKarl Berry <karl@freefriends.org>2012-09-18 23:40:26 +0000
commitbc26712b3009a6da7880bf1718125a08c03f05c2 (patch)
tree953f6c6921cc752d8367eed5c401f637b21d7cfe /Master/texmf-dist/tex
parentb8bba40d8f2548af807f7de6206adff564669857 (diff)
pst-node 1.23 (18sep12)
git-svn-id: svn://tug.org/texlive/trunk@27722 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/pst-node/pst-node.tex24
-rw-r--r--Master/texmf-dist/tex/latex/pst-node/pst-node.sty10
2 files changed, 19 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-node/pst-node.tex b/Master/texmf-dist/tex/generic/pst-node/pst-node.tex
index 15d6e56ce9b..d9932789a6c 100644
--- a/Master/texmf-dist/tex/generic/pst-node/pst-node.tex
+++ b/Master/texmf-dist/tex/generic/pst-node/pst-node.tex
@@ -1,4 +1,4 @@
-% $Id: pst-node.tex 645 2012-02-12 09:09:51Z herbert $
+% $Id: pst-node.tex 705 2012-09-18 12:39:00Z herbert $
%% BEGIN pst-node.tex
%%
%% Nodes with PSTricks.
@@ -6,7 +6,7 @@
%% This uses the header file `pst-node.pro'.
%%
%% COPYRIGHT 1993, 1994, 1999 by Timothy Van Zandt, tvz@nwu.edu.
-%% COPYRIGHT 2009/10 by Herbert Voss, hvoss tug.org.
+%% COPYRIGHT 2009-2012 by Herbert Voss, hvoss tug.org.
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
@@ -18,8 +18,8 @@
\ifx\PSTricksLoaded\endinput\else\input pstricks.tex \fi\relax
\ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi
%
-\def\fileversion{1.22}
-\def\filedate{2012/02/12}
+\def\fileversion{1.24}
+\def\filedate{2012/09/18}
\message{ v\fileversion, \filedate}
%
\edef\TheAtCode{\the\catcode`\@}
@@ -54,14 +54,17 @@
%
% bug fix for xelatex, dvipdfmx uses the wrong scaling
\def\tx@NewNode{/NodeScale {\ifx\pstnodescale\@undefined \else\pstnodescale \fi} def NewNode }
+%
\def\pst@newnode#1#2#3#4{%
-% DG/SR modification begin - Nov. 9, 2000 - Patch 11
\pst@killglue
-% DG/SR modification end
\leavevmode
\pst@getnode{#1}\pst@thenode
-%\typeout{====\pst@thenode}%
-\pst@Verb{%
+\pst@Verb{
+ \ifx\relax#3\relax 0 0 \else #3 \tx@UserCoor \fi
+% startGlobal
+ /N-#1.y\space exch def
+ /N-#1.x\space exch def
+% endGlobal
\pst@nodedict
{#3}
\ifx\psk@name\relax false \else \psk@name true \fi
@@ -71,9 +74,10 @@
\tx@NewNode
end }%
%
-\global\let\psk@name\relax
-\pstree@nodehook
+\global\let\psk@name\relax%
+\pstree@nodehook%
\global\let\pstree@nodehook\relax}
+%
\let\pstree@nodehook\relax
\define@boolkey[psset]{pst-node}[Pst@]{nodealign}[true]{}
\psset[pst-node]{nodealign=false}
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 821e14da13f..39a5b320b63 100644
--- a/Master/texmf-dist/tex/latex/pst-node/pst-node.sty
+++ b/Master/texmf-dist/tex/latex/pst-node/pst-node.sty
@@ -1,10 +1,10 @@
-% $Id: pst-node.sty 510 2011-06-05 07:08:38Z herbert $
+% $Id: pst-node.sty 703 2012-09-15 18:54:16Z herbert $
%%
%% This is file `pst-node.sty'.
%%
%% IMPORTANT NOTICE:
%%
-%% pstricks.sty Copyright (C) 2004-2011 Herbert Voss <voss@perce.de>
+%% pstricks.sty Copyright (C) 2004-2012 Herbert Voss <voss@perce.de>
%% Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
%%
%% This package may be distributed under the terms of the LaTeX Project
@@ -14,7 +14,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{pst-node}
- [2011/06/05 v1.00 LaTeX wrapper for `pst-node' (HV)]
+ [2012/09/18 v1.01 LaTeX wrapper for `pst-node' (HV)]
%
\newif\ifpst@OldVersion\pst@OldVersionfalse
\DeclareOption{97}{\pst@OldVersiontrue}
@@ -35,10 +35,10 @@
\ProvidesPackage{pst-node}[2010/04/22 package wrapper for pst-node.tex]
\input{pst-node.tex}
\ProvidesFile{pst-node.tex}
- [\filedate\space \fileversion\space `pst-node' (tvz)]
+ [\filedate\space \fileversion\space `pst-node' (tvz,hv)]
\IfFileExists{pst-node.pro}{%
\ProvidesFile{pst-node.pro}
- [2010/04/30 v. 1.12, PostScript prologue file (hv)]
+ [2011/09/18 v. 1.14, PostScript prologue file (hv)]
\@addtofilelist{pst-node.pro}}{}%
\fi
\endinput