22 lines
437 B
TeX
22 lines
437 B
TeX
\begin{pspicture}*(-2.5,-1.5)(3.5,2.5)
|
|
|
|
\pstGeonode[PosAngle=180](-2,-1){A}
|
|
\pstGeonode(2,2){B}
|
|
\pstGeonode(3,-1){E}
|
|
|
|
\pspolygon(A)(B)(E)
|
|
|
|
\pstMiddleAB{A}{B}{M}
|
|
\pstSegmentMark{A}{M}
|
|
\pstSegmentMark{M}{B}
|
|
\pstMiddleAB[PosAngle=0]{E}{B}{J}
|
|
\pstSegmentMark[SegmentSymbol=pstslash]{E}{J}
|
|
\pstSegmentMark[SegmentSymbol=pstslash]{J}{B}
|
|
|
|
\pstLineAB{M}{J}
|
|
|
|
\end{pspicture}
|
|
|
|
|
|
|