diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-21 23:29:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-21 23:29:35 +0000 |
commit | 49a81456fb7a14c14ab7744bf10701a3a92aa911 (patch) | |
tree | b96c1085f4f427f620973413dfa46d206a9a76ec /Master | |
parent | 2000e2695d5fb96d841cebbaf0270b152e6e038e (diff) |
pstricks (21dec12)
git-svn-id: svn://tug.org/texlive/trunk@28603 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/Changes.generic | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news12.pdf | bin | 99246 -> 99091 bytes | |||
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pstricks.pro | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pstricks.tex | 21 |
4 files changed, 19 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic index 3444dc7a382..408e417dfad 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic +++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic @@ -1,4 +1,7 @@ pstricks.tex -------- +2.35 2012-12-21 - fix for introduced bug with missing + definition for \@width +2.34 2012-11-18 - make package pgffor available 2.33 2012-09-23 - fix a trailing space in \pst@Pyth 2.32 2012-09-20 - added more blendmodes for distiller 2.31 2012-08-24 - fixed bug with the star version of \psellipticarc diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news12.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news12.pdf Binary files differindex 6f9605eb2ce..0807d12d53d 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news12.pdf +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news12.pdf diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro index 007f1ddfc47..e650de7f8b9 100644 --- a/Master/texmf-dist/dvips/pstricks/pstricks.pro +++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro @@ -1,4 +1,4 @@ -% $Id: pstricks.pro 714 2012-10-16 14:28:29Z herbert $ +% $Id: pstricks.pro 728 2012-11-19 14:35:21Z herbert $ % %% PostScript prologue for pstricks.tex. %% Version 1.15, 2012/10/16 diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index de5412134e5..0f0995313e4 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex @@ -1,7 +1,7 @@ %% pstricks.tex %% COPYRIGHT 1993, 1994, 1999 by Timothy Van Zandt, tvz@nwu.edu. %% COPYRIGHT 2000-2003 by Denis Girou. -%% Copyright 2004-2012 Herbert Voss +%% Copyright 2004-2013 Herbert Voss % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -19,9 +19,9 @@ \let\PSTricksLoaded\endinput % %% !! loading additional TeX packages see line 95 !! -%% !! loading config file pstricks.con line 454 !! -%% !! loading pro files line 467 !! -%% !! fileversion and date see line 97 !! +%% !! loading config file pstricks.con line 463 !! +%% !! loading pro files line 476 !! +%% !! fileversion and date see line 105 !! % \edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax @@ -58,6 +58,7 @@ \def\:{\@xifnch} \expandafter\gdef\: {\futurelet\@tempc\@ifnch} \endgroup \def\endtabular{\crcr\egroup\egroup $\egroup} + \def\@width{width}% needed by pst-node \fi \catcode`\@=\PstAtCode\relax % @@ -91,11 +92,19 @@ \fi \XKV@tempa } + +\def\ProvidesPackageRCS{\@ifnextchar[\ProvidesPackageRCS@i{\ProvidesPackageRCS@i[] }} %$ +\def\ProvidesPackageRCS@i[#1] $#2${} %$ \catcode`\@=\PstAtCode\relax \ifx\PSTFPloaded\endinput\else \input pst-fp.tex\fi + +\input pgfutil-common.tex +\input pgfkeys.code.tex +\input pgffor.code.tex +\let\pgfforeach\foreach % -\def\fileversion{2.33} -\def\filedate{2012/09/23} +\def\fileversion{2.35} +\def\filedate{2012/12/21} \catcode`\@=11\relax \pst@addfams{pstricks} % |