diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/Changes.generic | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pstricks.tex | 12 |
2 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic index ef320d8c846..e1b7ebf1df8 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic +++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic @@ -1,4 +1,5 @@ pstricks.tex -------- +2.02 2010-02-23 - fix a spurious blank in \NormalCoor 2.01 2010-02-15 - fix problem with nonlinear angles for \psellipticarc - fix problem with tex: pst-xkey must be loaded diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index 94ad473f5c7..8ce8757e7b6 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex @@ -16,14 +16,12 @@ % This Current Maintainer of this work is Herbert Voss % \csname PSTricksLoaded\endcsname -\let\PSTricksLoaded\endinput +\let\PSTricksLoaded\endinput % %% !! loading additional TeX packages see line 70 !! %% !! loading config file pstricks.con line 380 !! %% !! loading pro files line 395 !! -% -\def\fileversion{2.01} -\def\filedate{2010/02/16} +%% !! fileversion and date see line 67 !! % \edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax @@ -66,6 +64,10 @@ \ifx\PSTXKeyLoaded\endinput\else \input pst-xkey.tex \fi \pst@addfams{pstricks} \ifx\PSTFPloaded\endinput\else \input pst-fp.tex\fi +% +\def\fileversion{2.02} +\def\filedate{2010/02/23} +% % stolen from latex.ltx to make it TeX compatible \newcount\psLoopIndex \def\@fornoop#1\@@#2#3{} @@ -645,7 +647,7 @@ \let\@psunit\psunit \afterassignment\pstunit@off ##1 ##2\@psunit% - } + }% \def\pst@@getangle##1{% \pst@checknum{##1}\pst@angle% \edef\pst@angle{\pst@angle \pst@angleunit}% |