summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-06-22 10:07:49 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-06-22 10:07:49 +0000
commit9e4f6fc5a8c0bb587b302b8c7f1c85767bab67df (patch)
treeddfab0e5c68d38bace224d898a704de5dd4396a2 /Master/texmf-dist/tex
parentf56f5c2bd174eec41eda5091640366a52fccaac3 (diff)
real pstricks update (oops) 21jun08
git-svn-id: svn://tug.org/texlive/trunk@8922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/Changes83
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/Changes28
2 files changed, 0 insertions, 111 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks/Changes b/Master/texmf-dist/tex/generic/pstricks/Changes
deleted file mode 100644
index 7f6e9558747..00000000000
--- a/Master/texmf-dist/tex/generic/pstricks/Changes
+++ /dev/null
@@ -1,83 +0,0 @@
-pstricks.tex --------
-1.24 2008-06-17 - added \psDEBUG[#1]#2 for better dubugging
-1.23 2008-05-23 - add octogon symbol (hv)
- - fix bug with D>-<D (hv)
-1.22 2008-04-14 - added shift=* option to get vertically centered
- pspicture box. It is the old \pspciture[0.5] option
- - add \pscircleOA(center)(point on the circle)
-1.21 2008-01-24 - changed code for transparency making distiller work
-1.20 2008-01-01 - added opacity for normal stroke operation (lines)
- - added the arrowtype <D-D> and <D<D-D>D>, which draws the
- sides as betier curves (ArrowD type in pstricks.pro)
- - add special coor type (*x f(x)), which invokes the
- algebraic parser for f(x) before using the default
- (!x y) coor type
- - add option linejoin=0,1,or 2 for connecting lines
- - add option linecap=0,1,or 2 for line ends
- - small tweaks to psellipticarc x y -> xOrig yOrig
- - fix introduced bug with \newpsstyle: \pst@tempa->\pst@tempA
- - add PS subroutines /UserCoor and /ScreenCoor for easy
- transforming into user or screen coordinates
- - changed wrong name of \psk@shift to \pst@shift
- - fix bug with pst-node and \\[name=...]. It now uses
- \ps@ifnextchar for scanning the next token
- - fix bug with pst@tempg in \polar@coor. It was already used in
- \pst@getangle.
- - new option gridfont for the label font of \psgrid
- can now be any of the PS-fonts Helvetica (Default),
- Times-Roman, Palatino-Roman, ...
-1.15a 2007-01-05 - \parabola->\psparabola (old name still valid) (hv)
-1.15 2006-12-19 - add support for more dot styles (from Etienne Riga)
-1.14c 2006-04-29 - add option linecap for dashed lines
-1.14b 2006-04-20 - fix a bug in \psset@linetype
-1.14a 2006-02-06 - revert the changes for pslongbox (introduced bug)
-1.14 2005-12-17 - make the color part compatible to color/xcolor
-1.13 2005-12-15 - fix bug of \psdot*
-1.12 2005-10-25 - spurious blank for \multirput
- - shift only for an absolute length
- - add the missing arrows ]-[)-(
-1.11 2005-09-08 - rename \rotateleft | right | down to
- \psrotateleft | right | down to be consistant to the
- other PSTricks macro names
- - new fillstyle options
- - move the code for arcs of an ellipse into pstricks.pro
-1.10 2005-08-13 - fix bug with \multips (spurious blank) (hv)
- - allow empty optional arrow argument \psline[..]{}(2,2)
- - redefined \psarc@iv for negative loops of \nccircle
- - introduce new options shift and showgrid for the
- main pspicture environment
- - rename \scalebox and \scaleboxto to
- \psscalebox(to) to be consistant to the
- other PSTricks macro names
-1.08 2005-06-02 fix bug with \multips (spurious blank) (hv)
-1.07 2005-05-06 make \nccircle working for counter-clockwise
- orientation (hv)
-1.06 2005-02-24 fix spurious blank in doublestroke (hv)
-
-
-pst-node.tex --------
-1.00 2007-08-18 - new option pcRef for the first node (hv)
- - new option Circle for psmatrix (hv)
- - fix bug with pst-node and \\[name=...]. It now uses
- \ps@ifnextchar for scanning the next token (defined
- in pstricks.tex)
-
-
-pst-plot.tex --------
-1.02 2008-03-21 - added an additional optional argument for \psaxes
- which allows to put labels at the end of the axes
- [Xtext,Xangle,Ytext,Yangle]
-1.01 2008-01-26 - make negative Dx/Dy work (hv)
-1.00 2007-06-26 - added two new line style LineToXaxis/LineToYaxis (hv)
-
-
-pst-tree.tex --------
-1.00 2007-01-03 - fix bug with \endpsTree (hv)
-
-
-xdvipdfmx.con ------
-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
diff --git a/Master/texmf-dist/tex/latex/pstricks/Changes b/Master/texmf-dist/tex/latex/pstricks/Changes
deleted file mode 100644
index a1116de2b6d..00000000000
--- a/Master/texmf-dist/tex/latex/pstricks/Changes
+++ /dev/null
@@ -1,28 +0,0 @@
-pstricks.sty --------
-0.37 2008-01-24 - add option distiller for transparent colors
-0.36 2008-01-22 - Better error message, when the document
- has the same name than a PSTricks file. (RN)
-0.35 2008-01-01 - add message for loading pstalpparser.pro
- - add option vtex to disable opacity values
-0.34 2007-09-13 - add message for loading pstricks.pro
- - and pst-dots.pro (hv)
-0.33 2007-02-18 set initial color (hv)
-0.32 2006-08-10 message for loading the pro file (hv)
-0.31 2005-12-19 one more step to a better color support (hv)
-0.30 2005-11-15 drop test for pstcol
- fix bug with xcolor (hv)
-0.24 2005-08-30 drop support for \sclabox check, it is now renamed
- in pstricks.tex (hv)
-0.23 2005-06-02 Option DIA to prevent a clash with \scalebox (hv)
-0.22 2005-02-25 changes were done in the wrong version
-0.21 2005-02-21 fix problem with \newrgbcolor (RN,hv)
-
-pst-node.sty --------
- 2007-09-13 add message for loading pst-node.pro (hv)
- 2006-01-01 message for loading the pro file
-
-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
- \ No newline at end of file