summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/euclide/Exemples/segmentmark_in.tex
blob: aa7d6f949d4a65263633fac0db44f7546fc1c0e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
\rput{18}{%
  \pstGeonode(2,0){A}
  \pstGeonode[PosAngle=90, PointSymbol=x](2;72){B}
  \pstGeonode[PosAngle=180](2;144){C}
  \pstGeonode[PosAngle=-90](2;216){D}
  \pstGeonode[PosAngle=-90](2;288){E}} 
\pstSegmentMark{A}{B}
\pstSegmentMark[linecolor=green]{B}{C}
\pstSegmentMark[linewidth=2pt]{C}{D}
\pstSegmentMark{D}{E}
\pstSegmentMark{E}{A}