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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
% $Id: Changes 382 2021-12-29 19:19:18Z herbert $
For all changes see file History! Here are only the last one changes
listed.
--------------------------------------------------------------------------
pstricks.tex --------
versions like 2.47a have only changes in other files, but not
in this main package.
3.12 2021-12-29 - added code for guessing box coordinates for pspicture
- added optional arguments showframe and calcframe
3.11a 2021-11-16 - fix for GS in pstricks.pro
3.11 2021-10-01 - added the missing filled dots
- fix for pst-dots.pro (delete one dup)
- fix for trailing space before second pspicture
- added SolidOctogon for a dot
3.10a 2021-09-25 - fix introduced bug in pstricks.pro
3.10 2021-09-23 - move dot macros into a separate file pstricks-dots.tex
- use the internal Type1 version of PSTricksDotFont for
latex and the OpenType version for lualatex
- fix for rotation with \rput
3.09 2021-09-15 - fix for \uput and lualatex
3.08 2021-09-10 - moved the color stuff into a separate file pstricks-colors
- added macros to get the color values without the color model name
3.07 2021-09-05 - fix for vee arrows in pstricks-arrows
- with optional argument "gsfonts" for PSTricks, one
can use GS fonts from URW, like StandardSymL, NimbusRomNo9L-Regu,
NimbusRomNo9L-Bold, ...
Default is using the PS fontnames, like Symbol, Times-Roman, Times-Bold,
Helvetica, Helvetica-Bold, ...
- fixed default setting for linewidth and color
- fix for \pst@rotate and lualatex, which has another y direction
- use ifPSTlualatex for the rotation shortcut definitions
- fix for \pst@rotlist
3.06 2021-08-27 - added support for experimental use of lualatex with luapstricks.lua
- enabled .setblendmode again in pstrick.pro
3.05 2021-08-25 - bug fix for Penrose fill style
- put tbasic arrows code into new pstricks-arrow.tex
3.04 2021-08-24 - moved complete arrow stuff into pst-arrow. Its hardcore macros
are loaded by default by pstricks.tex
3.03 2021-08-23 - LaTeX option gsfonts=false (default) now uses URW font Symbol instead
of GhostScript's StandardSymL->s050000l.pfb
3.02 2021-05-31 - added arrow type T<->T, similar to TikZ
3.01a 2021-03-30 - fix bug for intro to Ghostscript >9.52 in pstricks.pro
pstricks-pdf.sty -------------(hv)
0.02 2020-08-18 - set ps2pdf=-dALLOWPSTRANSPARENCY as default
0.01 2020-06-11 - first CTAN version
pst-fp.tex ----------- (hv)
v 0.06 2010-05-14 delete catcode change of @
v 0.05 2010-01-17 add \pst@Int
add \pst@int
v 0.04 2009-11-24 add \pstFPadd
v 0.03 2009-11-14 add \pstFPmul
v 0.02 2009-04-02 initial version
xdvipdfmx.con ------
0.07 2021-09-05 - fix for ps: -> pst:
0.06 2021-08-21 - small changes in the code
0.05 2015-09-11 - move the fix into pstricks.tex
0.04 2015-09-11 - fix bug with wrong scaling for \psput@cartesian
0.03 2011-11-23 - fix bug with wrong scaling for nodes
0.02 2010-08-02 - uncomment redefinition of \pst@starbox
0.01 2007-03-11 - first CTAN version, must be renamed to pstricks.con
when used with XeTeX
vtex.con ------
0.02 2008-01-01 - disable transparent color setting
pstricks-doc -----------
2021-08-25 - updated news2021
2021-08-21 - added news2021
2015-11-11 - updated news2015
2015-07-25 - updated news2015
---- pstricks.pro
1.41 2021-11-16 - fix for GS > 925
1.40 2021-09-25 - revert 1.39
1.39 2021-09-09 - run OpenCurve in a dictionary
1.38 2021-09-05 - increase memory for PenroseFill and PenrodeFillA
1.37 2021-08-27 - revert fix for .setblendmode
1.36 2021-08-25 - fix for function Penrose and PenroseA
---- pst-dots.pro
2.02 2008-04-19 add octogon symbol (hv)
2.01 2008-04-18 add some comments to the code (hv)
2.00 2006-12-19 add more dot symbols from Etienne Riga (hv)
---- pst-algparser.pro
0.06 2014-05-19 - fixed bug in TrigoFunc
0.05 2014-03-30 - added floor function
0.04 2011-10-31 - add !/fact/Fact for the factorial function
0.03 2010-10-10 - cosmetics
---- pstricks97.pro
Version 97 patch 3, 98/06/01
pstricks.sty --------
0.71 2021-08-23 - added optional argument gsfonts
0.70 2020-06-11 - added optional argument xetex
0.69 2018-12-22 - added optional argument xetex
pst-all.sty --------
2008-01-01 load pstricks-add
2007-09-13 change order of the packages
2006-12-19 do not load pst-char, it is now part of pst-text
|