22 lines
437 B
TeX
22 lines
437 B
TeX
|
\begin{pspicture}*(-2.5,-2.5)(3.5,2.5)
|
||
|
|
||
|
\pstGeonode[PosAngle=180](-2,-1){D}
|
||
|
\pstGeonode(0,2){B}
|
||
|
\pstGeonode(3,-2){C}
|
||
|
|
||
|
\pspolygon(D)(B)(C)
|
||
|
|
||
|
\pstMiddleAB{D}{B}{I}
|
||
|
\pstSegmentMark{D}{I}
|
||
|
\pstSegmentMark{I}{B}
|
||
|
\pstMiddleAB[PosAngle=0]{C}{B}{N}
|
||
|
\pstSegmentMark[SegmentSymbol=pstslash]{C}{N}
|
||
|
\pstSegmentMark[SegmentSymbol=pstslash]{N}{B}
|
||
|
|
||
|
\pstLineAB{I}{N}
|
||
|
|
||
|
\end{pspicture}
|
||
|
|
||
|
|
||
|
|