diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/remarq_in.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/remarq_in.tex | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/remarq_in.tex b/Master/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/remarq_in.tex new file mode 100644 index 00000000000..781eaf57ee6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pst-eucl-translation-bg/Exemples/remarq_in.tex @@ -0,0 +1,26 @@ +\psset{PointSymbol=none} +\pstTriangle[PointSymbol=none](-2,-1){A}(1,2){B}(2,0){C} +% симетрали +{% encapsulation de modif paramиtres + \psset{linestyle=none, PointNameB=none} + \pstMediatorAB{A}{B}{K}{KP} + \pstMediatorAB[PosAngleA=-40]{C}{A}{J}{JP} + \pstMediatorAB[PosAngleA=75]{B}{C}{I}{IP} +}% fin +\pstInterLL[PointSymbol=square,PosAngle=-170]{I}{IP}{J}{JP}{O} +{% encapsulation de modif paramиtres + \psset{nodesep=-.8, linecolor=green} + \pstLineAB{O}{I}\pstLineAB{O}{J}\pstLineAB{O}{K} +}% fin +\pstCircleOA[linecolor=red]{O}{A} +% символът на O е квадрат +\psdot[dotstyle=square](O) +% височини и ортоцентър +\pstProjection{B}{A}{C} +\pstProjection{B}{C}{A} +\pstProjection{A}{C}{B} +\psset{linecolor=blue}\ncline{A}{A'}\ncline{C}{C'}\ncline{B}{B'} +\pstInterLL[PointSymbol=square]{A}{A'}{B}{B'}{H} +% медиани и център на гравитация +\psset{linecolor=magenta}\ncline{A}{I}\ncline{C}{K}\ncline{B}{J} +\pstCGravABC[PointSymbol=square,PosAngle=95]{A}{B}{C}{G} |