diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/translation_in.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/translation_in.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/translation_in.tex b/Master/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/translation_in.tex new file mode 100644 index 00000000000..a35bd545b00 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/translation_in.tex @@ -0,0 +1,7 @@ +\psset{linecolor=green, nodesep=-1, PosAngle=90,arrowscale=2} +\pstGeonode(-1.5,-1.2){A}(.5,-.8){B}(.5,1){C}(-1,0){D}(-2,-2){E} +\pstTranslation{B}{A}{C} +\psset{CodeFig=true, TransformLabel=default} +\pstTranslation{A}{B}{D} +\pstTranslation[DistCoef=1.5]{A}{B}{E} +\pstLineAB{A}{B}\pstLineAB{C}{C'} |