diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-node/pst-node.tex | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-node/pst-node.sty | 2 |
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 |