From ac8f221af77763e59891cf65e9303f4f59747541 Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 19 Oct 2011 21:11:44 +0200 Subject: [PATCH] =?utf8?q?Une=20transformation=20d'une=20figure=20g=C3=A9o?= =?utf8?q?m=C3=A9trique=20(sinus=20autour=20d'un=20cercle)=20dans=20serie0?= =?utf8?q?2.=20J'exp=C3=A9rimente=20\parametricplotA=20qui=20est=20une=20c?= =?utf8?q?opie=20de=20ce=20lui=20de=20pst-plot=20=C3=A0=20peine=20modifi?= =?utf8?q?=C3=A9.=20J'ai=20corrig=C3=A9=20une=20erreur=20dans=20\pscircleA?= =?utf8?q?=20:=20j'ai=20donc=20plac=C3=A9=20la=20nouvelle=20versionainsi?= =?utf8?q?=20que=20toutes=20les=20autres=20pour=20rappel.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/pst-anamorphosis-add.tex | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/pst-anamorphosis-add.tex b/doc/pst-anamorphosis-add.tex index 05a8722..2ccbe12 100644 --- a/doc/pst-anamorphosis-add.tex +++ b/doc/pst-anamorphosis-add.tex @@ -13,8 +13,8 @@ \ifx\PSTnodesLoaded\endinput\else\input pst-node \fi \ifx\MultidoLoaded\endinput\else \input multido.tex \fi \ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi -\def\fileversion{0.2} -\def\filedate{2011/10/13} +\def\fileversion{0.3} +\def\filedate{2011/10/19} \message{`PSTANAMORPHOSISAdd' v\fileversion, \filedate} @@ -103,9 +103,12 @@ n1 { \pssetlength\pst@dimc{#2}% \def\pst@linetype{4}% \addto@pscode{ + \tx@optionsanamorphosis + \tx@optionsanamorphosisAdd \pst@coor /yC exch def /xC exch def \ifPst@SpecialLength \pst@SpecialLength \else \pst@number\pst@dimc \fi - \psk@dimen CLW mul sub /rayon exch def + \psk@dimen CLW mul sub + /rayon exch def rayon xC add yC tx@anamorphosisPathDict begin Anamorphose end moveto @@ -336,7 +339,7 @@ stroke }% \end@SpecialObj% \endgroup% -} +} -- 2.20.1