summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-12-11 22:23:56 +0000
committerKarl Berry <karl@freefriends.org>2017-12-11 22:23:56 +0000
commit12083825136d56c146677402b1611a087b038e40 (patch)
treecf6ad4316c90dabec82da620083dfebf697a3e4c /Master/texmf-dist/tex
parent10fd855fd3a1a8e734577f0da47fa30a0faec31a (diff)
pst-node (11dec17)
git-svn-id: svn://tug.org/texlive/trunk@46041 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/pst-node/pst-node.tex15
-rw-r--r--Master/texmf-dist/tex/latex/pst-node/pst-node.sty2
2 files changed, 11 insertions, 6 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 9704763806b..4b633725c26 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 373 2017-01-20 14:30:39Z herbert $
+% $Id: pst-node.tex 683 2017-12-09 18:52:02Z herbert $
%%
%% BEGIN pst-node.tex
%%
@@ -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-2015 by Herbert Voss, hvoss tug.org.
+%% COPYRIGHT 2009-2018 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.39}
-\def\filedate{2017/01/20}
+\def\fileversion{1.40}
+\def\filedate{2017/12/09}
\message{ v\fileversion, \filedate}
%
\edef\TheAtCode{\the\catcode`\@}
@@ -1981,12 +1981,17 @@ xarray cindex get yarray cindex get PtSub /dy1 exch def /dx1 exch def dx1 dy1 Py
\loop
\read7 to \@Data
\ifeof7\else
- \ifx\@Data\@empty\else\pnode(!\@Data){#2\the\psLoopIndex}%
+ \ifx\@Data\@empty
+ \else
+ \pnode(!\@Data){#2\the\psLoopIndex}%
\typeout{#2\the\psLoopIndex -> \@Data}%
\advance\psLoopIndex by 1
+ \let\@oldData\@Data
\fi
\repeat
\closein7
+ \advance\psLoopIndex by -1
+ \pnode(!\@oldData){#2Last}%
}
%
\catcode`\@=\TheAtCode\relax
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 f88f2b648dc..3fa6ea02032 100644
--- a/Master/texmf-dist/tex/latex/pst-node/pst-node.sty
+++ b/Master/texmf-dist/tex/latex/pst-node/pst-node.sty
@@ -4,7 +4,7 @@
%%
%% IMPORTANT NOTICE:
%%
-%% pstricks.sty Copyright (C) 2004-2012 Herbert Voss <voss@perce.de>
+%% pst-node.sty Copyright (C) 2004-2017 Herbert Voss <voss@perce.de>
%% Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
%%
%% This package may be distributed under the terms of the LaTeX Project