diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-19 23:40:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-19 23:40:00 +0000 |
commit | 45e4d75f0b7af7d480d13e4a7cd7411ab5b20a70 (patch) | |
tree | 81a3e6bb940e082ed597792b689bae1821813732 /Master/texmf-dist/tex/generic/pstricks | |
parent | 671d6f77d0d1ebc0d4353fbac3c37071b4d9c961 (diff) |
pstricks (19apr13)
git-svn-id: svn://tug.org/texlive/trunk@30047 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 | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index 7625b3afb98..18412f54e62 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex @@ -103,8 +103,8 @@ \input pgffor.code.tex \let\pgfforeach\foreach % -\def\fileversion{2.40} -\def\filedate{2013/04/05} +\def\fileversion{2.41} +\def\filedate{2013/04/17} \catcode`\@=11\relax \pst@addfams{pstricks} % @@ -3354,9 +3354,9 @@ pop \fi \pst@tempc \tx@Ellipse - closepath% + closepath }% - \showpointsfalse + \showpointsfalse \end@ClosedObj% } % @@ -3521,7 +3521,7 @@ pop \pssetlength\pst@dimc{#2}% \def\pst@linetype{4}% \addto@pscode{ - \pst@coor + \pst@coor \ifPst@SpecialLength \pst@SpecialLength \else \pst@number\pst@dimc \fi \psk@dimen CLW mul sub 0 360 arc @@ -3625,12 +3625,12 @@ pop \pst@@getcoor{#2}% \addto@pscode{ 0 360 - \pst@coor + \pst@coor \ifdim\psk@dimen\p@=\z@\else \psk@dimen CLW mul dup 4 -1 roll sub neg 3 1 roll sub \fi - \pst@tempa + \pst@tempa \tx@Ellipse \ifPst@variableLW \pst@flattenpath \fi closepath @@ -4095,6 +4095,8 @@ pop \fi% } \psset[pstricks]{showgrid=false} +\define@boolkey[psset]{pstricks}[Pst@]{pgffunctions}[true]{} +\psset[pstricks]{pgffunctions=false} % \newdimen\pst@shift \newif\ifPst@shift@star @@ -4144,6 +4146,7 @@ pop \ifshowgrid\ifnum\showgridp@s=0\psgrid[style=gridstyle]\fi\fi% % ----------- 1.10/12 end hv ------------------- \ignorespaces% % 2008-12-07 + \ifPst@pgffunctions\pstVerb{ pgffunctions } \fi % hv 2013-04-17 } \def\pic@coor{(0,0)(0,0)(10,10)} %\newdimen\pst@shift |