diff options
author | Karl Berry <karl@freefriends.org> | 2012-06-08 23:11:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-06-08 23:11:46 +0000 |
commit | 044406949b6a163bd857ddda24438610926c565c (patch) | |
tree | 3bbe8ba19e7635042bfcb286c3730ca493fe0514 /Master/texmf-dist/tex | |
parent | 04f8d44ef3eda4276756888faebae92a5f2cc731 (diff) |
pstricks 2.29 (5jun12)
git-svn-id: svn://tug.org/texlive/trunk@26865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pstricks.tex | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index 632e593ebe2..f8db856d40f 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex @@ -71,7 +71,7 @@ \def\XKV@tempa{\def#1{#2}}% \fi % \in@{,#2,}{,#3,}% -\begingroup\edef\x{\endgroup\noexpand\in@{,#2,}}\x{,#3,} +\begingroup\edef\x{\endgroup\noexpand\in@{,#2,}}\x{,#3,}% %\expandafter\in@\expandafter{\expandafter,#2,}{,#3,}% --- hv 2012-04-27 %\typeout{=====>foo<=====}% \ifin@ @@ -94,8 +94,8 @@ \catcode`\@=\PstAtCode\relax \ifx\PSTFPloaded\endinput\else \input pst-fp.tex\fi % -\def\fileversion{2.28} -\def\filedate{2012/05/24} +\def\fileversion{2.29} +\def\filedate{2012/06/04} \catcode`\@=11\relax \pst@addfams{pstricks} % @@ -1590,8 +1590,8 @@ \ignorespaces% } \def\begin@OpenObj{% - \begin@ClosedObj - \let\pst@linetype\pst@arrowtype + \begin@ClosedObj% + \let\pst@linetype\pst@arrowtype% \pst@addarrowdef% } \def\begin@AltOpenObj{% @@ -3162,22 +3162,20 @@ pop % \def\psarc{\pst@object{psarc}} \def\psarc@i{\@ifnextchar({\psarc@iii}{\psarc@ii}} -\def\psarc@ii#1{\addto@par{arrows=#1}% - \@ifnextchar(\psarc@iii{\psarc@iii(0,0)}% -} +\def\psarc@ii#1{\addto@par{arrows=#1}\@ifnextchar(\psarc@iii{\psarc@iii(0,0)}} \def\psarc@iii(#1)#2#3#4{% - \begin@OpenObj - \pst@getangle{#3}\pst@tempa - \pst@getangle{#4}\pst@tempb - \ifx\pst@tempa\pst@tempb \else + \begin@OpenObj% + \pst@getangle{#3}\pst@tempa% + \pst@getangle{#4}\pst@tempb% + \ifx\pst@tempa\pst@tempb\else% \pst@@getcoor{#1}% \pssetlength\pst@dima{#2}% \addto@pscode{\psarc@iv \psarc@v - \ifPst@variableLW \pst@flattenpath \fi + \ifPst@variableLW \pst@flattenpath \fi }% \gdef\psarc@type{0}% - \showpointsfalse - \fi + \showpointsfalse% + \fi% \end@OpenObj% } \def\psarc@iv{% @@ -3318,9 +3316,8 @@ pop % \def\psellipticarc{\def\pst@par{}\pst@object{psellipticarc}} \def\psellipticarc@i{\let\if@psarcn\iffalse\psellipticarc@ii} -% \define@boolkey[psset]{pstricks}[Pst@]{correctAngle}[true]{} -\psset{correctAngle=true} +\psset{correctAngle} \let\if@psarcn\iffalse \def\psellipticarc@ii{\pst@getarrows\psellipticarc@iii} @@ -3328,7 +3325,7 @@ pop \@ifnextchar({\psellipticarc@iv(#1)}{\psellipticarc@iv(0,0)(#1)}} \def\psellipticarc@iv(#1)(#2)#3#4{% % \addbefore@par{correctAngle=false} - \begin@OpenObj + \begin@OpenObj% \pst@getcoor{#1}\pst@tempa% origin \pst@getcoor{#2}\pst@tempb% a,b \pst@getangle{#3}\pst@tempc% start angle @@ -3336,7 +3333,7 @@ pop \addto@pscode{\psellipticarc@definearg \psellipticarc@draw \ifPst@variableLW \pst@flattenpath \fi }% - \showpointsfalse + \showpointsfalse% \end@OpenObj% } \def\psellipticarc@definearg{% |