diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-22 10:07:49 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-22 10:07:49 +0000 |
commit | 9e4f6fc5a8c0bb587b302b8c7f1c85767bab67df (patch) | |
tree | ddfab0e5c68d38bace224d898a704de5dd4396a2 /Master/texmf-dist/tex/generic/pstricks | |
parent | f56f5c2bd174eec41eda5091640366a52fccaac3 (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/generic/pstricks')
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/Changes | 83 |
1 files changed, 0 insertions, 83 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 |