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/texmf-dist/tex/generic/pstricks | |
parent | 2000e2695d5fb96d841cebbaf0270b152e6e038e (diff) |
pstricks (21dec12)
git-svn-id: svn://tug.org/texlive/trunk@28603 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pstricks')
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pstricks.tex | 21 |
1 files changed, 15 insertions, 6 deletions
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} % |