diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/pstricks/pstricks.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pstricks.tex | 12 |
1 files changed, 7 insertions, 5 deletions
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}% |