diff options
author | Karl Berry <karl@freefriends.org> | 2017-12-11 22:23:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-12-11 22:23:56 +0000 |
commit | 12083825136d56c146677402b1611a087b038e40 (patch) | |
tree | cf6ad4316c90dabec82da620083dfebf697a3e4c /Master/texmf-dist/tex/generic | |
parent | 10fd855fd3a1a8e734577f0da47fa30a0faec31a (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/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-node/pst-node.tex | 15 |
1 files changed, 10 insertions, 5 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 |