diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/pst-eucl/pst-eucl.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-eucl/pst-eucl.tex | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-eucl/pst-eucl.tex b/Master/texmf-dist/tex/generic/pst-eucl/pst-eucl.tex index fafcfa61f22..3ba894f1eb7 100644 --- a/Master/texmf-dist/tex/generic/pst-eucl/pst-eucl.tex +++ b/Master/texmf-dist/tex/generic/pst-eucl/pst-eucl.tex @@ -12,8 +12,8 @@ \ifx\PSTricksLoaded\endinput\else\input pstricks.tex\fi \ifx\PSTnodesLoaded\endinput\else\input pst-node.tex\fi \ifx\MultidoLoaded\endinput \else\input multido.tex \fi -\def\fileversion{1.38} -\def\filedate{2011/08/07}% +\def\fileversion{1.39} +\def\filedate{2011/09/22}% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN %% archives in directory macros/latex/base/lppl.txt. @@ -972,7 +972,7 @@ end}% \def\pstInterCC{\@ifnextchar[\Pst@InterCC{\Pst@InterCC[]}}% \def\Pst@InterCC[#1]#2#3#4#5#6#7{% \bgroup\psset{#1}% % Affectation of local parameters - \pnode(#2){% + \rput(#2){% \rput(! tx@EcldDict begin \ifx\psk@RadiusA\@undef @@ -1005,15 +1005,13 @@ end}% exch Atan dup /xoC exch def Rotate /Glby exch def /Glbx exch def xoC Rotate end - \pst@number\psyunit div exch \pst@number\psxunit div exch - 2 copy - /#6.Y exch def /#6.X exch def % save the coors for futher use - ){#6}% - \pnode(! + \pst@number\psyunit div exch \pst@number\psxunit div exch) + {\pnode{#6}}% + \rput(! tx@EcldDict begin Glbx \pst@number\psxunit div Glby \pst@number\psyunit div end)% - {#7}% + {\pnode{#7}}% }% \bgroup\ifx\psk@PosAngleA\@undef\else\psset{PosAngle=\psk@PosAngleA}\fi \ifx\psk@PointSymbolA\@undef\else\psset{PointSymbol=\psk@PointSymbolA}\fi |