blob: be370061b74f057058450b42a0b84f22b6aacf07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
----- pst-node.tex
1.41 2017-12-30 - added \psnpolygon
1.40a 2017-12-14 - modified documentation
1.40 2017-12-09 - added #1Last for \saveDataAsNodes
1.39 2017-01-20 - fix for \Circlenode with +/+\dp\hbox
1.38 2016-05-27 - revert fix for \Cnodeput. Problem was in pstricks.tex
1.37 2016-05-26 - fixed bug with \Cnodeput
1.36 2016-04-24 - moved node definitions from pstricks-add
1.35 2014-08-04 - added \saveDataAsNodes{Filename}{NodePrefix}
1.34 2014-06-17 - fix bug for showNodes
1.33 2014-03-25 - added optional argument NodeCoorPrefix for savedCoors
By default it is empty: names are N-<Name>.x|y
if it is set: names are <NodeCoorPrefix><Name>x|y
1.32 2014-02-03 - fixed bug in \pst@newnode for savedCoors
1.31 2014-01-04 - added \dotnodes, plural of \dotnode
1.30 2013-09-17 - use \expandafter with \nodexn for the first argument
1.29 2013-07-13 - fix bug with missing angle in special node
coordinates
- fix for fnpnodes (argument must be in {})
- fix typo in the documentation
1.28 2013-07-10 - added \pnodes (plural) for multiple node definition
1.27 2013-04-12 - added macro \Cnodeput which takes radius=...
into account
1.26 2013-04-09 - added macros \psncurve and \psnccurve
for a sequence of nodes created by \curvepnodes
1.25 2012-09-21 - Global node coordinates only with
saveNodeCoors
1.24 2012-09-18 - fix introduced bug with \pst@thenode
1.23 2012-09-15 - add global defined N-<name>.x and N-<name>.y
for user nodes
1.22 2012-02-12 - fix introduced bug for \rnode with
commented out the \pst@boxpar
1.21 2011-11-21 - fix bug for xelatex and scaling
1.20 2011-08-20 - added \Pst@Debug tu supress some \typeouts
1.19 2011-08-12 - added \psnode, which combines \rput and \rnode
1.18 2011-08-01 - bugfix for \shownode (ms)
1.17 2011-07-04 - added optional argument for \pnode for relative
node setting
1.16 2011-05-05 - fixed bug with missing star version for \nput
1.15 2011-02-28 - fixed bug with nodealign
1.14 2010-10-28 - added the macros
\psGetEdgeA and \psGetEdgeB for getting the
edge coordinates of connections
- added the macro \psDefBoxNodes, which sets
12 nodes of the given argument, see documentation
1.13 2010-06-06 - changed all *put macros for using pst@refangle
1.12 2010-04-30 - moved concatstring into the base pstricks.pro
- fixed bug with nbput (ms)
1.11 2010-04-22 - modified version of \shownode (ms)
- modified \curvepnodes (ms)
1.10 2010-01-22 - first version with pst-xkey and an own
documentation (hv)
----- pst-node.sty
1.01 2012-09-18 - update package versions (hv)
1.00 2011-06-05 - make ancient variant 97 available (hv)
2008-12-12 first version (hv)
----- pst-node.pro
1.15 2014-01-27 - comment out empty lines
1.14 2012-09-18 - add subroutines for global dict
1.13 2011-11-21 - fix bug for xelatex and scaling
1.12 2010-04-30 - small changes to the code
1.11 2010-04-22 - added function /concatstringarray (ms)
1.10 2010-01-22 - first version
|